4 references to TestGlobalOptions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Options\GlobalOptionsTests.cs (4)
147private static TestWorkspace CreateWorkspace(out TestGlobalOptions globalOptions) 151AddParts(typeof(TestGlobalOptions)); 154globalOptions = Assert.IsType<TestGlobalOptions>(workspace.ExportProvider.GetExportedValue<IGlobalOptionService>()); 180using var workspace = CreateWorkspace(out var globalOptions);