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