1 write to DebuggingSession
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
95
DebuggingSession
= debuggingSession;
12 references to DebuggingSession
Microsoft.CodeAnalysis.Features (12)
EditAndContinue\EditSession.cs (12)
116
=>
DebuggingSession
.SessionLog;
159
var availability = await
DebuggingSession
.DebuggerService.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false);
240
var capabilities = await
DebuggingSession
.DebuggerService.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false);
254
var debugInfos = await
DebuggingSession
.DebuggerService.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false);
546
var (oldDocument, oldDocumentState) = await
DebuggingSession
.LastCommittedSolution.GetDocumentAndStateAsync(newDocument, cancellationToken, reloadOutOfSyncDocument: true).ConfigureAwait(false);
579
: await Analyses.GetDocumentAnalysesAsync(
DebuggingSession
.LastCommittedSolution, documents, newDocumentActiveStatementSpanProvider, cancellationToken).ConfigureAwait(false);
856
var oldSolution =
DebuggingSession
.LastCommittedSolution;
905
var (mvid, mvidReadError) = await
DebuggingSession
.GetProjectModuleIdAsync(newProject, cancellationToken).ConfigureAwait(false);
1034
var projectBaselines =
DebuggingSession
.GetOrCreateEmitBaselines(mvid, oldProject, oldCompilation, out var createBaselineErrors, out var baselineAccessLock);
1089
DebuggingSession
.ThrowIfDisposed();
1251
var sessionId =
DebuggingSession
.Id;
1255
var oldCompilationOutputs =
DebuggingSession
.GetCompilationOutputs(oldProject);