2 references to GetOption
dotnet-format (1)
Analyzers\Extensions.cs (1)
146
var option = options.
GetOption
(new OptionKey(codeStyleOption, codeStyleOption.IsPerLanguage ? compilation.Language : null));
Microsoft.CodeAnalysis.Workspaces (1)
Options\OptionSet.cs (1)
39
=> (T)
GetOption
(optionKey)!;