ReferenceLocation
A single reference location reported by textDocument/references: the target document uri and the range of the reference within it.
Mirrors upstream's ReferenceLocation, but keeps the raw URI/range rather than eagerly binding to a WorkspaceFile/view — the panel resolves a preview and navigates lazily so it works for files that are not currently open.