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)
83
return await
_debuggerService
.GetActiveStatementsAsync(cancellationToken).ConfigureAwait(false);
95
return await
_debuggerService
.GetAvailabilityAsync(mvid, cancellationToken).ConfigureAwait(false);
107
await
_debuggerService
.PrepareModuleForUpdateAsync(mvid, cancellationToken).ConfigureAwait(false);
119
return await
_debuggerService
.GetCapabilitiesAsync(cancellationToken).ConfigureAwait(false);