11 references to WellKnownGlobalOption
Microsoft.VisualStudio.IntegrationTest.Utilities (11)
InProcess\VisualStudioWorkspace_InProc.cs (1)
52public void SetGlobalOption(WellKnownGlobalOption option, string? language, object? value)
OutOfProcess\VisualStudioWorkspace_OutOfProc.cs (5)
49SetGlobalOption(WellKnownGlobalOption.CompletionOptions_ShowItemsFromUnimportedNamespaces, LanguageNames.CSharp, value); 50SetGlobalOption(WellKnownGlobalOption.CompletionOptions_ShowItemsFromUnimportedNamespaces, LanguageNames.VisualBasic, value); 55SetGlobalOption(WellKnownGlobalOption.MetadataAsSourceOptions_NavigateToDecompiledSources, language: null, value); 59=> SetGlobalOption(WellKnownGlobalOption.CompletionOptions_TriggerInArgumentLists, LanguageNames.CSharp, value); 61public void SetGlobalOption(WellKnownGlobalOption option, string? language, object? value)
WellKnownGlobalOptions.cs (5)
27public static IOption2 GetOption(this WellKnownGlobalOption option) 30WellKnownGlobalOption.CompletionOptions_ShowItemsFromUnimportedNamespaces => CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces, 31WellKnownGlobalOption.CompletionOptions_TriggerInArgumentLists => CompletionOptionsStorage.TriggerInArgumentLists, 32WellKnownGlobalOption.MetadataAsSourceOptions_NavigateToDecompiledSources => MetadataAsSourceOptionsStorage.NavigateToDecompiledSources, 36public static OptionKey2 GetKey(this WellKnownGlobalOption option, string? language)