1 write to _hubClient
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
45
_hubClient
= hubClient;
2 references to _hubClient
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ServiceHubRemoteHostClient.cs (2)
130
_services.GetService<IWorkspaceTelemetryService>()?.UnregisterUnexpectedExceptionLogger(
_hubClient
.Logger);
131
_hubClient
.Dispose();