pub async fn find_references(
ctx: &RefactoringContext,
symbol_name: &str,
def_file: &str,
) -> ReferencesExpand description
Find all cross-file references to a symbol (callers + importers).
Returns empty references if no index is available.