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