Base:
property
IsSpeculativeSemanticModel
Microsoft.CodeAnalysis.SemanticModel.IsSpeculativeSemanticModel
4 references to IsSpeculativeSemanticModel
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.cs (2)
1965
if (
IsSpeculativeSemanticModel
)
2286
if (this.
IsSpeculativeSemanticModel
&& this.Root == node)
Compilation\MethodBodySemanticModel.cs (2)
54
Debug.Assert(parentRemappedSymbolsOpt is null ||
IsSpeculativeSemanticModel
);
55
Debug.Assert((syntax.Kind() == SyntaxKind.CompilationUnit) == (!
IsSpeculativeSemanticModel
&& owner is SynthesizedSimpleProgramEntryPointSymbol));