/// <summary> /// Handler for elements which visiting has no action /// (is not reimplemented or is not recursive) /// </summary> /// <param name="e">Element thats visiting hasn't been handled</param> /// <inheritdoc /> public override void VisitUnhandled(CodeElement e) { var simpleName = e.Name(); ReportName(simpleName); }