예제 #1
0
 public RedundantOptionInspection(RubberduckParserState state)
     : base(state, CodeInspectionSeverity.Hint)
 {
     Listener = new RedundantModuleOptionListener();
 }
 public RedundantOptionInspection(RubberduckParserState state)
     : base(state)
 {
     Listener = new RedundantModuleOptionListener();
 }
 public RedundantOptionInspection(IDeclarationFinderProvider declarationFinderProvider)
     : base(declarationFinderProvider)
 {
     ContextListener = new RedundantModuleOptionListener();
 }