1 write to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindAllReferencesHandler.cs (1)
41
_globalOptions
= globalOptions;
1 reference to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindAllReferencesHandler.cs (1)
64
await FindReferencesAsync(progress, workspace, document, linePosition, clientCapabilities.HasVisualStudioLspCapability(),
_globalOptions
, _metadataAsSourceFileService, _asyncListener, cancellationToken).ConfigureAwait(false);