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