Detecting un-referenced methods in C# classes.

  • Thread starter Thread starter Chris Mayers
  • Start date Start date
C

Chris Mayers

Hi,

We have a dotNET application that has been built up in a somewhat as-hoc
way, rather than designed and built nicely. All works well, but I suspect
there are quite a few un-used methods in several of the classes where
alternative ways of working were tried then abandoned etc.
Are there any (free) tools that will help me to identify these un-used
methods?

Thanks,

Chris.
 
Back
Top