public UnhandledOnErrorResumeNextInspection(RubberduckParserState state) : base(state)
 {
     Listener = new OnErrorStatementListener(_errorHandlerLabelsMap, _bodyElementContextsMap);
 }
Beispiel #2
0
 public UnhandledOnErrorResumeNextInspection(RubberduckParserState state) : base(state)
 {
     Listener = new OnErrorStatementListener(_unhandledContextsMap);
 }