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