I have a C # .NET assembly in visual studio 2008. If necessary, I can upgrade it to VS 2010.
How can I find which code in the assembly is not being called? Ideally, if something can analyze the whole solution in one go. It’s too difficult for me to analyze all this myself.
The assembly is shared between the client and server project, so I need to understand what code is used there.
source
share