Here, I will be using the tool NDepend - an analysis tool by Patrick Smacchia - to extract the call tree - the method dependencies - of an assembly.
We will see how we can do that using the menus of the tool, and also using the CQL (a SQL-like language to run queries against code to extract metrics) and more specifically functions like IsUsedBy, DepthOfIsUsedBy or NbLinesOfCode.
[Plus]