CSharpCompilation.GetSemanticModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- SemanticModelOptions
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.