find_attribute_usages
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.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
attribute | string | ✓ | Attribute name to search for (with or without 'Attribute' suffix) |
limit | int? | Maximum number of items to return (default: 500). Items are sorted by file, then line. |