5 references to TestTemporaryStorageServiceFactory
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
SolutionTests\SolutionTestHelpers.cs (2)
22
typeof(
TestTemporaryStorageServiceFactory
)
29
=> WorkspaceTestUtilities.CreateWorkspaceWithPartialSemantics(new[] { typeof(
TestTemporaryStorageServiceFactory
) });
SyntaxReferenceTests.cs (1)
31
typeof(
TestTemporaryStorageServiceFactory
)
TestCompositionTests.cs (2)
18
var composition1 = FeaturesTestCompositions.Features.AddParts(typeof(TestErrorReportingService), typeof(
TestTemporaryStorageServiceFactory
));
19
var composition2 = FeaturesTestCompositions.Features.AddParts(typeof(
TestTemporaryStorageServiceFactory
), typeof(TestErrorReportingService));