static LPair cForwardRefsWithFieldNames(Concept c, Class type) { ret filter(scanConceptForRefsWithFieldNames(c), p -> isInstanceOf(p.a, type)); }