find_reflection_usage
Detect dynamic/reflection-based usage like Type.GetType, Activator.CreateInstance, MethodInfo.Invoke. Returns an envelope with items, totalCount, truncated, limit (default 500), and a byKind summary.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Optional type name to filter results (omit to scan entire solution) | |
limit | int? | Maximum number of items to return (default: 500). Items are sorted by file, then line. |