4 references to _debuggerService
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (4)
72return await _debuggerService.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false); 84return await _debuggerService.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false); 96await _debuggerService.PrepareModuleForUpdateAsync(mvid, cancellationToken).ConfigureAwait(false); 108return await _debuggerService.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false);