Delen via


CSharpCompilation.GetSemanticModel Method

Definition

Overloads

GetSemanticModel(SyntaxTree, SemanticModelOptions)

Gets a new SyntaxTreeSemanticModel for the specified syntax tree.

GetSemanticModel(SyntaxTree, Boolean)

Gets a new SyntaxTreeSemanticModel for the specified syntax tree.

GetSemanticModel(SyntaxTree, SemanticModelOptions)

Source:
CSharpCompilation.cs

Gets a new SyntaxTreeSemanticModel for the specified syntax tree.

public Microsoft.CodeAnalysis.SemanticModel GetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, Microsoft.CodeAnalysis.SemanticModelOptions options);
override this.GetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * Microsoft.CodeAnalysis.SemanticModelOptions -> Microsoft.CodeAnalysis.SemanticModel
Public Function GetSemanticModel (syntaxTree As SyntaxTree, options As SemanticModelOptions) As SemanticModel

Parameters

syntaxTree
SyntaxTree

Returns

Applies to

GetSemanticModel(SyntaxTree, Boolean)

Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs
Source:
CSharpCompilation.cs

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