1 write to DebuggerService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
122
DebuggerService
= debuggerService;
6 references to DebuggerService
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\DebuggingSession.cs (1)
498
_ = Task.Run(() =>
DebuggerService
.PrepareModuleForUpdateAsync(mvid, cancellationToken), cancellationToken);
EditAndContinue\EditSession.cs (5)
67
/// Retrieved lazily from <see cref="DebuggingSession.
DebuggerService
"/> since they are only needed when changes are detected in the solution.
73
/// Calculated lazily based on info retrieved from <see cref="DebuggingSession.
DebuggerService
"/> since it is only needed when changes are detected in the solution.
155
var availability = await DebuggingSession.
DebuggerService
.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false);
236
var capabilities = await DebuggingSession.
DebuggerService
.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false);
250
var debugInfos = await DebuggingSession.
DebuggerService
.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false);