1 write to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
91_globalOptions = globalOptions;
2 references to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\References\FindUsagesLSPContext.cs (2)
263var options = _globalOptions.GetMetadataAsSourceOptions(); 300var options = _globalOptions.GetClassificationOptions(document.Project.Language);