I have a self-contained solution (non of the DLLs are used in any other project, so no worrying about Methods being used somewhere else).
I'm trying to figure out a way to determine every method/property that is not in use at all.
So I can't just look at private methods/properties, I need to also check Public methods and Properties.
I used a program in the past that did this, but only for Private Methods/Properties (things it guarantee weren't used by another project). Even if I could remember what it was, it did not meet my needs.
I've looked at nDepend, but not sure if this is something standard in the application, or if I will need to write a custom CQL statement for it.
Does anyone know of an application that does this, or if nDepend can do it, how hard it would be to do in nDepend?