6 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (6)
EditAndContinue\EditAndContinueLanguageService.cs (6)
161
var session =
GetDebuggingSession
();
213
await
GetDebuggingSession
().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
233
await
GetDebuggingSession
().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
263
await
GetDebuggingSession
().UpdateBaselinesAsync(currentCompileTimeSolution, projectIds, cancellationToken).ConfigureAwait(false);
302
await
GetDebuggingSession
().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false);
384
var result = await
GetDebuggingSession
().EmitSolutionUpdateAsync(solution, runningProjectInfos, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);