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