pub fn references_at(
ast: &Ast,
interner: &ThreadedRodeo,
file_id: FileId,
byte: u32,
include_declaration: bool,
) -> Vec<Span>Expand description
Find every reference to the identifier under the cursor.
include_declaration mirrors the LSP referencesParams.context.