2 references to CreateSpeculative
Microsoft.CodeAnalysis.CSharp (2)
Compilation\MethodBodySemanticModel.cs (2)
192speculativeModel = CreateSpeculative(parentModel, methodSymbol, body, blockBinder, snapshotManagerOpt: null, parentRemappedSymbolsOpt: null, position);
215speculativeModel = CreateSpeculative(parentModel, methodSymbol, statement, binder, GetSnapshotManager(), GetRemappedSymbols(), position);