public void DoNotCallExitMethods() =>
 Verifier.VerifyAnalyzer(@"TestCases\DoNotCallExitMethods.cs",
                         new DoNotCallExitMethods(),
                         additionalReferences: MetadataReferenceFacade.GetSystemWindowsForms());