I have a large assembly (written in VB.NET).
Is there a simple way (or tool) that will list all the functions with perhaps the size of each function (in respect to lines of code)?
I have downloaded nDepend but could not see that facility within it.
With NDepend you just have to do: NDepend > Search > Search Method by Size.
Notice that you can export this result to HTML, XML, txt, Excel.
Notice that a C# LINQ query is generated and you can edit it to refine it and eventually append more code metrics:
Notice also you can list methods according to more criterias than size: