IOperation.SemanticModel Property

Definition

Optional semantic model that was used to generate this operation. Non-null for operations generated from source with GetOperation(SyntaxNode, CancellationToken) API and operation callbacks made to analyzers. Null for operations inside a ControlFlowGraph.

public:
 property Microsoft::CodeAnalysis::SemanticModel ^ SemanticModel { Microsoft::CodeAnalysis::SemanticModel ^ get(); };
public Microsoft.CodeAnalysis.SemanticModel SemanticModel { get; }
public Microsoft.CodeAnalysis.SemanticModel? SemanticModel { get; }
member this.SemanticModel : Microsoft.CodeAnalysis.SemanticModel
Public ReadOnly Property SemanticModel As SemanticModel

Property Value

Applies to