Skip to main content

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

ParameterTypeRequiredDescription
symbolstringOptional type name to filter results (omit to scan entire solution)
limitint?Maximum number of items to return (default: 500). Items are sorted by file, then line.