views:

53

answers:

2

I am trying to see how a bunch of .Net functions are used throughout a very large project and I would like to visually chart them so I can see the flow from / to each function.

There are only a few functions I want to track so it is not an exhaustive view.

Thanks

Ryan

+2  A: 

Maybe nDepend is what you're looking for.

http://www.hanselman.com/blog/ExitingTheZoneOfPainStaticAnalysisWithNDepend.aspx

Dave Markle
nDepend is an excellent tool.
Patrik
+2  A: 

Reflector has a plugin that maps your dependencies.

Will