C# Class ErrorProne.NET.Core.PureMethodExtensions

Show file Open project: SergeyTeplyakov/ErrorProne.NET

Public Methods

Method Description
IsImmutable ( this symbol, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool

Private Methods

Method Description
IsPure ( this methodInvocation, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool

Method Details

IsImmutable() public static method

public static IsImmutable ( this symbol, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : bool
symbol this
semanticModel Microsoft.CodeAnalysis.SemanticModel
return bool