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