1 write to _document
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
89_document = document;
3 references to _document
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\References\FindUsagesLSPContext.cs (3)
213var symbol = await SymbolFinder.FindSymbolAtPositionAsync(_document, _position, cancellationToken).ConfigureAwait(false); 222var options = _globalOptions.GetMetadataAsSourceOptions(_document.Project.Services); 224_workspace, _document.Project, symbol, signaturesOnly: true, options, cancellationToken).ConfigureAwait(false);