static Cl cForwardAndBackRefs(Concept c, Class type) { ret concatLists_conservative(cForwardRefs(c, type), findBackRefs(c, type)); }