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