roslyn:find_implementations
Find all implementations of an interface or abstract class, returning implementing types and their source locations.
Instructions
Find all implementations of an interface or abstract class. Returns implementing types with their locations. IMPORTANT: Uses ZERO-BASED coordinates (editor line - 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number | |
| filePath | Yes | Absolute path to source file | |
| maxResults | No | Maximum number of implementations to return (default: 50). Results are truncated with a hint if limit is exceeded. |