1 write to _serviceDescriptor
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
65
_serviceDescriptor
= serviceDescriptor;
4 references to _serviceDescriptor
Microsoft.CodeAnalysis.Remote.Workspaces (4)
BrokeredServiceConnection.cs (4)
91
var proxyRental = await _serviceBrokerClient.GetProxyAsync<TService>(
_serviceDescriptor
, options, cancellationToken).ConfigureAwait(false);
380
var featureName =
_serviceDescriptor
.GetFeatureDisplayName();
409
_errorReportingService.ShowFeatureNotAvailableErrorInfo(message, TelemetryFeatureName.GetRemoteFeatureName(
_serviceDescriptor
.ComponentName,
_serviceDescriptor
.SimpleName), internalException);