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)
106
value =
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)
71
var currentValue = globalOptions.
GetOption
<object?>(key);
99
updatedValue = globalOptions.
GetOption
<object?>(key);