Added Subtype Analyzer by mitchcapper · Pull Request #306 · dnSpyEx/dnSpy (original) (raw)

Find classes/interfaces that directly subtype the analyzed class/interface.

Technically I generally only use the new-ilspy branch for non-debugging but this applied fine to master as well so submitting here.

I felt directly subtyping was the best way to go rather than any that implement/subtype felt natural with the normal behavior of the analyze panel and avoids too many downstream results for popular classes/interfaces.

Not sure if the copyright header is correct.

image