A public method is a method declaration that allows access from other classes external to the current class.
I just tried FxCop. It does detect unused private methods, but not unused public. Is there a custom rule that …
.net code-analysis fxcop public-method