1 write to _debuggerService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
63_debuggerService = debuggerService;
4 references to _debuggerService
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (4)
83return await _debuggerService.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false); 95return await _debuggerService.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false); 107await _debuggerService.PrepareModuleForUpdateAsync(mvid, cancellationToken).ConfigureAwait(false); 119return await _debuggerService.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false);