2 references to TextDocumentReferencesName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\References\FindAllReferencesHandler.cs (1)
25
[Method(LSP.Methods.
TextDocumentReferencesName
)]
Protocol\Methods.Navigation.cs (1)
104
public static readonly LspRequest<ReferenceParams, Location[]?> TextDocumentReferences = new(
TextDocumentReferencesName
);