1 write to DebuggerService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
122DebuggerService = 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. 155var availability = await DebuggingSession.DebuggerService.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false); 236var capabilities = await DebuggingSession.DebuggerService.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false); 250var debugInfos = await DebuggingSession.DebuggerService.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false);