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