Skip to main content

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

ParameterTypeRequiredDescription
attributestringAttribute name to search for (with or without 'Attribute' suffix)
limitint?Maximum number of items to return (default: 500). Items are sorted by file, then line.