My use case would be that I wanted to see which of my classes are used as type parameters to third party generic methods. In particular, my project uses AutoMapper which has a generic method for CreateMap<T1, T2>() and I would want to query which of my classes are used as parameters there.
My use case would be that I wanted to see which of my classes are used as type parameters to third party generic methods. In particular, my project uses AutoMapper which has a generic method for CreateMap<T1, T2>() and I would want to query which of my classes are used as parameters there.