5 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\EditAndContinueLanguageService.cs (5)
159
var session =
GetDebuggingSession
();
211
await
GetDebuggingSession
().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
231
await
GetDebuggingSession
().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
250
await
GetDebuggingSession
().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false);
329
var result = await
GetDebuggingSession
().EmitSolutionUpdateAsync(solution, runningProjectOptions, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);