3 references to GlobalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (3)
108
if (!this.
GlobalOptions
.GetOption(SolutionCrawlerRegistrationService.EnableSolutionCrawler))
122
handlerName, static (handlerName, globalOptions) => new(globalOptions, handlerName),
GlobalOptions
);
318
GlobalOptions
);