How do I view the usages specific to the override method?
My method is overriding another method. The other method is called from 33 different places where it is overridden elsewhere, or is being called explicitly. However, this particular method is only called 3 times.
When I click the usages text, Rider lists all 36 usages. Is there a way to either only see the 3, or see the 3, then the 33 below it. The latter would be better.

Please sign in to leave a comment.
Hello Katherine,
Thanks for contacting Rider support.
To view the usages specific to the override method, please invoke “Find Usages Advanced” feature using CMD+Option+Shift+F7 on mac or
Ctrl+Alt+Shift+F7 on Windows. In the find usage dialog, you need to choose the derived method:
Please let me know if you have any further questions.
Thanks,
Tom