Top "Public-method" questions

A public method is a method declaration that allows access from other classes external to the current class.

Is there a custom FxCop rule that will detect unused PUBLIC methods?

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