3 references to TestSourceGeneratorTelemetryCollectorWorkspaceServiceFactory
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
SolutionTests\SourceGeneratorTelemetryCollectorWorkspaceServiceTests.cs (1)
26using var workspace = CreateWorkspace(additionalParts: [typeof(TestSourceGeneratorTelemetryCollectorWorkspaceServiceFactory)]);
TestCompositionTests.cs (2)
18var composition1 = FeaturesTestCompositions.Features.AddParts(typeof(TestErrorReportingService), typeof(TestSourceGeneratorTelemetryCollectorWorkspaceServiceFactory)); 19var composition2 = FeaturesTestCompositions.Features.AddParts(typeof(TestSourceGeneratorTelemetryCollectorWorkspaceServiceFactory), typeof(TestErrorReportingService));