ReSharper: find derived types constructor usages points

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-06-01T07:47:43Z Indexed on 2010/06/01 8:03 UTC
Read the original article Hit count: 232

Filed under:

I have some base class ControlBase and many derived classes which also have derived classes... ControlBase and derived classes have parameterless constructor. How can I easily find all derived classes constructor invocation points? ReSharper find usages on ControlBase constructor shows only usages of this base class constructor but not derived classes constructors.

Thanks.

© Stack Overflow or respective owner

Related posts about resharper