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