6 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (6)
EditAndContinue\EditAndContinueLanguageService.cs (6)
160
var session =
GetDebuggingSession
();
212
await
GetDebuggingSession
().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
232
await
GetDebuggingSession
().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
262
await
GetDebuggingSession
().UpdateBaselinesAsync(currentCompileTimeSolution, projectIds, cancellationToken).ConfigureAwait(false);
301
await
GetDebuggingSession
().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false);
383
var result = await
GetDebuggingSession
().EmitSolutionUpdateAsync(solution, runningProjectInfos, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);