No, there isn't. But you can track any usage by using context menu on class name and select "Find all references". (same as menu Edit, Find Symbol, exact match whole word)
You can write code within a class to track the number of instances created. Also, you can simply place a breakpoint on the constructor declaration and you'll break each time you create an instance. This all assumes that it's your own class of course.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.