addCommentReference method
Implementation
@preferInline
void addCommentReference(void Function(CommentReference node) listener) {
nodeLintRegistry.addCommentReference(name, listener);
}
@preferInline
void addCommentReference(void Function(CommentReference node) listener) {
nodeLintRegistry.addCommentReference(name, listener);
}