Implemented interface member:
method
GetOption<T>
Microsoft.CodeAnalysis.Options.IGlobalOptionService.GetOption<T>(Microsoft.CodeAnalysis.Options.OptionKey2)
5 references to GetOption
Microsoft.CodeAnalysis.Workspaces (3)
Options\GlobalOptionService.cs (3)
106value = GetOption<T>(optionKey); 111=> GetOption<T>(new OptionKey2(option)); 114=> GetOption<T>(new OptionKey2(option, language));
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
Options\GlobalOptionsTest.cs (2)
71var currentValue = globalOptions.GetOption<object?>(key); 99updatedValue = globalOptions.GetOption<object?>(key);