Beispiel #1
0
 public LineContinuationBetweenKeywordsInspection(IDeclarationFinderProvider declarationFinderProvider)
     : base(declarationFinderProvider)
 {
     ContextListener = new LineContinuationBetweenKeywordsListener();
 }
 public LineContinuationBetweenKeywordsInspection(RubberduckParserState state) : base(state)
 {
     Listener = new LineContinuationBetweenKeywordsListener();
 }