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