5 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\EditAndContinueLanguageService.cs (5)
157
var session =
GetDebuggingSession
();
209
await
GetDebuggingSession
().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
229
await
GetDebuggingSession
().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
248
await
GetDebuggingSession
().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false);
334
var result = await
GetDebuggingSession
().EmitSolutionUpdateAsync(solution, runningProjectOptions, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);