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