find_callers
List all call sites for a .NET method, including total count, per-project summary, and truncation status to understand code usage.
Instructions
Find every call site for a method. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 500). Items are sorted by file, then line. | |
| symbol | Yes | Method name as Type.Method (simple or fully qualified) |