find_attribute_usages
Locate all types and members decorated with a specified attribute, grouped by project for easy navigation.
Instructions
Find all types and members decorated with a specific attribute (e.g., Obsolete, Authorize, Serializable). Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 500). Items are sorted by file, then line. | |
| attribute | Yes | Attribute name to search for (with or without 'Attribute' suffix) |