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)
213
var symbol = await SymbolFinder.FindSymbolAtPositionAsync(
_document
, _position, cancellationToken).ConfigureAwait(false);
222
var options = _globalOptions.GetMetadataAsSourceOptions(
_document
.Project.Services);
224
_workspace,
_document
.Project, symbol, signaturesOnly: true, options, cancellationToken).ConfigureAwait(false);