3 instantiations of SourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SourceGeneratorTelemetryCollectorWorkspaceServiceTests.cs (1)
49return new SourceGeneratorTelemetryCollectorWorkspaceService();
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (2)
32private readonly SourceGeneratorTelemetryCollectorWorkspaceService _visualStudioWorkspaceInstance = new(); 40private readonly SourceGeneratorTelemetryCollectorWorkspaceService _otherWorkspacesInstance = new();
2 references to SourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (2)
32private readonly SourceGeneratorTelemetryCollectorWorkspaceService _visualStudioWorkspaceInstance = new(); 40private readonly SourceGeneratorTelemetryCollectorWorkspaceService _otherWorkspacesInstance = new();