referenceParents property

  1. @override
Iterable<CommentReferable> referenceParents

Iterable of immediate "parents" to try resolving component parts. referenceBy stops at the first parent where a part is found. Can be cached.

Implementation

@override
Iterable<CommentReferable> get referenceParents => const [];