In a legacy ASP.NET project I have inherited, there are an abundance of methods defined which are used absolutely nowhere. I'm familiar with the "Find usages" functionality, but would like to be able to generate a list of methods which are not called anywhere in the app. Does such functionality exist?