find_reflection_usage
Detect reflection-based code usage such as Type.GetType, Activator.CreateInstance, and MethodInfo.Invoke in .NET projects. Returns results with counts and kind summaries, optionally filtered by type name.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 500). Items are sorted by file, then line. | |
| symbol | No | Optional type name to filter results (omit to scan entire solution) |