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