I have a class Blah<T>
and I would like to see all specialized uses of Blah, that is, all classes T
's such that Blah<T>
is used.
As I use visual studio (2019) I could obviously search for "Blah<" or do something fancier with regular expressions (this would potentially list multiple times a same use though), but is there rather by chance a visual studio 2019 functionality allowing for that, or a resharper one for doing the same ? (I am using resharper 2019.2.3.)