I want to try to make code reviews go a bit faster. While in VS, on a particular class or .aspx page or whatever it is, I can right-click a variable, method, property and use the Find Usages, that's still a very manual process and I wouldn't want to do this on every single method, property, etc. on a page...because most probably have not been changed.
So is there a quick way to give me a list of faults on a page, references that the developer created and may used at one time, but stopped using it and forgets to clean up?
Not sure of the best way to get some kind of report back that could show me this per page or even per project...