roslyn:find_reflection_usage
Detect dynamic or reflection-based type and method usage invisible to static reference searches. Use before refactoring or security audits to find hidden dependencies.
Instructions
Detect dynamic/reflection-based type and method usage that is invisible to static reference searches.
USAGE: find_reflection_usage() USAGE: find_reflection_usage(projectName: "MyApp", maxResults: 50)
OUTPUT: List of reflection API calls with the API used, context, and location. Use for: finding hidden dependencies before refactoring, security audits, understanding dynamic behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Filter to specific project | |
| maxResults | No | Maximum results (default: 100) |