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