find_references
Find all references to a symbol (type, method, property, field, or event) across the solution. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Symbol name: simple type (MyClass), fully qualified (Namespace.MyClass), or member (MyClass.MyProperty) |
limit | int? | Maximum number of items to return (default: 500). Items are sorted by file, then line. |