4 references to TextDocumentReferencesName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\References\FindAllReferencesHandler.cs (1)
24
[Method(LSP.Methods.
TextDocumentReferencesName
)]
Protocol\Methods.Navigation.cs (1)
104
public static readonly LspRequest<ReferenceParams, Location[]?> TextDocumentReferences = new(
TextDocumentReferencesName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
References\FindAllReferencesHandlerTests.cs (2)
355
var results = await testLspServer.ExecuteRequestAsync<LSP.ReferenceParams, LSP.VSInternalReferenceItem[]>(LSP.Methods.
TextDocumentReferencesName
,
372
var results = await testLspServer.ExecuteRequestAsync<LSP.ReferenceParams, LSP.Location[]>(LSP.Methods.
TextDocumentReferencesName
,