static Object? objectSourceFromDSX(DSX dsx) { var o = _dsxToObjectSource[dsx]; if (o == null) { dsx.check(); } return o; }