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