1 write to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\SolutionCrawlerOptionsService.cs (1)
21
_globalOptions
= globalOptions;
2 references to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\SolutionCrawlerOptionsService.cs (2)
25
=>
_globalOptions
.GetOption(SolutionCrawlerOptionsStorage.EnableDiagnosticsInSourceGeneratedFiles) ??
26
_globalOptions
.GetOption(SolutionCrawlerOptionsStorage.EnableDiagnosticsInSourceGeneratedFilesFeatureFlag);