4 instantiations of SourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteWorkspaceSourceGeneratorCollectorTelemetryService.cs (1)
18private readonly SourceGeneratorTelemetryCollectorWorkspaceService _service = new();
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SourceGeneratorTelemetryCollectorWorkspaceServiceTests.cs (1)
49return new SourceGeneratorTelemetryCollectorWorkspaceService();
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (2)
35private readonly SourceGeneratorTelemetryCollectorWorkspaceService _visualStudioWorkspaceInstance = new(); 43private readonly SourceGeneratorTelemetryCollectorWorkspaceService _otherWorkspacesInstance = new();
3 references to SourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteWorkspaceSourceGeneratorCollectorTelemetryService.cs (1)
18private readonly SourceGeneratorTelemetryCollectorWorkspaceService _service = new();
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (2)
35private readonly SourceGeneratorTelemetryCollectorWorkspaceService _visualStudioWorkspaceInstance = new(); 43private readonly SourceGeneratorTelemetryCollectorWorkspaceService _otherWorkspacesInstance = new();