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.

Static variables

@:value(new ProtocolRequestType<ReferenceParams,Null<Array<Location>>,Array<Location>,NoData,ReferenceRegistrationOptions>("textDocument/references"))staticfinalinlineread onlytype:ProtocolRequestType<ReferenceParams, Null<Array<Location>>, Array<Location>, NoData, ReferenceRegistrationOptions> = new ProtocolRequestType<ReferenceParams,Null<Array<Location>>,Array<Location>,NoData,ReferenceRegistrationOptions>("textDocument/references")