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