public DefTypeStatementInspection(RubberduckParserState state)
     : base(state)
 {
     Listener = new DefTypeStatementInspectionListener();
 }
 public DefTypeStatementInspection(IDeclarationFinderProvider declarationFinderProvider)
     : base(declarationFinderProvider)
 {
     ContextListener = new DefTypeStatementInspectionListener();
 }