Skip to main content

find_references

Find all references to a symbol (type, method, property, field, or event) across the solution. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.

Parameters

ParameterTypeRequiredDescription
symbolstringSymbol name: simple type (MyClass), fully qualified (Namespace.MyClass), or member (MyClass.MyProperty)
limitint?Maximum number of items to return (default: 500). Items are sorted by file, then line.