GenLSP.Protocol.Requests.TextDocumentReferences (gen_lsp v0.0.1)

A request to resolve project-wide references for the symbol denoted by the given text document position. The request's parameter is of type ReferenceParams the response is of type Location[] or a Thenable that resolves to such.