How to find usages of inherited constructor
I would like to find all usages of a constructor in inherited classes. Alternatively, I want to find all instances in which a class that inherits from a given class is instantiated. Is this possible?
Find Usages Advanced on the base class constructor does not seem to have any options for showing derived usages. Find Usages Advanced on the base class itself has a “Derived types” option, but it only shows the class declarations, not usages.
Please sign in to leave a comment.