5 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (5)
130
var session =
GetDebuggingSession
();
182
await
GetDebuggingSession
().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
202
await
GetDebuggingSession
().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false);
221
await
GetDebuggingSession
().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false);
300
var result = await
GetDebuggingSession
().EmitSolutionUpdateAsync(solution, runningProjectOptions, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);