Freigeben über


Compilation.CommonGetSemanticModel(SyntaxTree, Boolean) Methode

Definition

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

Gibt zurück

Gilt für: