public IllegalAnnotationInspection(RubberduckParserState state)
     : base(state)
 {
     Listener = new IllegalAttributeAnnotationsListener(state);
 }
 public IllegalAnnotationInspection(RubberduckParserState state)
     : base(state, CodeInspectionSeverity.Error)
 {
     Listener = new IllegalAttributeAnnotationsListener(state);
 }