referenceParents property
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 => [packageGraph];