references_async


Description:

protected virtual async Location[]? references_async (Client client, TextDocumentIdentifier text_document, Position position, ReferenceContext context) throws Error

The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.

Parameters:

text_document

the document containing the symbol

position

the position inside the document

context

additional information

Returns:

a list of locations for the references, or null