Compilation.CommonGetSemanticModel(SyntaxTree, Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine SemanticModel für die angegebene syntaxTree
.
Wenn Microsoft.CodeAnalysis.Compilation.SemanticModelProvider es sich nicht um null handelt, wird versucht, ein semantisches Modell abzurufen Microsoft.CodeAnalysis.SemanticModelProvider.GetSemanticModel(Microsoft.CodeAnalysis.SyntaxTree,Microsoft.CodeAnalysis.Compilation,System.Boolean) . Andernfalls erstellt es ein neues semantisches Modell mit Microsoft.CodeAnalysis.Compilation.CreateSemanticModel(Microsoft.CodeAnalysis.SyntaxTree,System.Boolean).
protected:
abstract Microsoft::CodeAnalysis::SemanticModel ^ CommonGetSemanticModel(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree, bool ignoreAccessibility);
protected abstract Microsoft.CodeAnalysis.SemanticModel CommonGetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, bool ignoreAccessibility);
abstract member CommonGetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * bool -> Microsoft.CodeAnalysis.SemanticModel
Protected MustOverride Function CommonGetSemanticModel (syntaxTree As SyntaxTree, ignoreAccessibility As Boolean) As SemanticModel
Parameter
- syntaxTree
- SyntaxTree
- ignoreAccessibility
- Boolean