find_implementations
Find all classes and structs that implement an interface or extend a class in .NET codebases, with pagination support.
Instructions
Find all classes/structs implementing an interface or extending a class. Returns an envelope with items, totalCount, truncated, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 200). Items are sorted by file, then line. | |
| symbol | Yes | Type name (simple or fully qualified) |