Long story short, I'm using a framework which will throw ExecutionEngineExceptions if I call certain LINQ methods. Similar to the way that I can use Reflection to see which types are defined in an assembly, I want to be able to see which methods are actually called in the assembly.
I know there are standalone tools which do this, but I want to easily run this check as part of a checkin process and fail the build process if it finds any of these.