5 references to GetDebuggingSession
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\EditAndContinueLanguageService.cs (5)
159var session = GetDebuggingSession(); 211await GetDebuggingSession().CommitSolutionUpdateAsync(cancellationToken).ConfigureAwait(false); 231await GetDebuggingSession().DiscardSolutionUpdateAsync(cancellationToken).ConfigureAwait(false); 250await GetDebuggingSession().EndDebuggingSessionAsync(cancellationToken).ConfigureAwait(false); 329var result = await GetDebuggingSession().EmitSolutionUpdateAsync(solution, runningProjectOptions, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);