CSharpCompilation.GetSemanticModel(SyntaxTree, Boolean) Method

Definition

Gets a new SyntaxTreeSemanticModel for the specified syntax tree.

public:
 Microsoft::CodeAnalysis::SemanticModel ^ GetSemanticModel(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree, bool ignoreAccessibility);
public Microsoft.CodeAnalysis.SemanticModel GetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, bool ignoreAccessibility);
override this.GetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * bool -> Microsoft.CodeAnalysis.SemanticModel
Public Function GetSemanticModel (syntaxTree As SyntaxTree, ignoreAccessibility As Boolean) As SemanticModel

Parameters

syntaxTree
SyntaxTree
ignoreAccessibility
Boolean

Returns

Applies to