I have a very large Windows Forms application that I am working on cleaning up. I would like to see if there is a way in Visual Studio 2017 Enterprise to find any forms that are not referenced in the code. I would rather not have to go through each one to see how many times a form is referenced.
I have already run the Code Analyzer and did not find any. Is that sufficient or should I do something else?