In my VS2012 Visual Basic.NET application, I have many functions/subs in multiple modules and some are not actually used in code. Is there an 'analysis' feature to inform me of any functions/subs that are not actually used in code so that I can be informed on which sections of code can be removed?
↧