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