NDepend comes to the rescue. But it targets large code bases and costs some money.
Daniel Brückner
2010-02-22 16:29:32
NDepend comes to the rescue. But it targets large code bases and costs some money.
NDepend is a very good tool.. This may help as well.. .Net Reflector by Red gate with some of the following plugins...
You could try some Reflector's add ins, like SequenceViz and AutoDiagrammer. See the full list here.
If you can take a copy of the project, and load it up on Visual Studio 2010, there is a "Generate Sequence Diagram" option at the method level -- you can see the call tree for calls below the method that you are on.