So I've got this large framework of code written in C# that I would like to start writing unit tests. We have some unit tests but only about 10 to 15 percent code coverage. Obviously, I would like to make my time the most useful and start writing unit tests for the methods with the most references first.
Does anyone know of a code analysis tool that will tell you which methods have the most references? By looking at it this way, I could ensure the most used code is well tested and then work backwards from there or at least get an area to focus most of my efforts on.