pub fn find_scoped_references(
project: &ProjectRoot,
symbol_name: &str,
declaration_file: Option<&str>,
max_results: usize,
) -> Result<Vec<ScopedReference>>Expand description
Find all scope-aware references across the project.
pub fn find_scoped_references(
project: &ProjectRoot,
symbol_name: &str,
declaration_file: Option<&str>,
max_results: usize,
) -> Result<Vec<ScopedReference>>Find all scope-aware references across the project.