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