5 references to TestSerializerService
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
MEF\ExportProviderCache.cs (1)
26.AddParts(typeof(TestSerializerService.Factory));
MEF\FeaturesTestCompositions.cs (2)
17typeof(TestSerializerService.Factory), 25.AddParts(typeof(TestSerializerService.Factory));
Remote\InProcRemoteHostClientProvider.cs (2)
59((IMefHostExportProvider)hostServices).GetExportedValue<TestSerializerService.Factory>().SharedTestGeneratorReferences = sharedTestGeneratorReferences; 76var testSerializerServiceFactory = services.ExportProvider.GetExportedValue<TestSerializerService.Factory>();