2 writes to ComponentName
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ServiceDescriptor.cs (2)
46ComponentName = componentName; 55ComponentName = copyFrom.ComponentName;
3 references to ComponentName
Microsoft.CodeAnalysis.Remote.Workspaces (3)
BrokeredServiceConnection.cs (1)
408_errorReportingService.ShowFeatureNotAvailableErrorInfo(message, TelemetryFeatureName.GetRemoteFeatureName(_serviceDescriptor.ComponentName, _serviceDescriptor.SimpleName), internalException);
ServiceDescriptor.cs (1)
55ComponentName = copyFrom.ComponentName;
ServiceHubRemoteHostClient.cs (1)
109TelemetryFeatureName.GetRemoteFeatureName(descriptor.ComponentName, descriptor.SimpleName),