EntryPoints\InputBuilder.cs (2)
463return Utils.MarshalInvoke(makeArray, type.GetElementType(), ectx, ja, attributes, catalog);
481return Utils.MarshalInvoke(makeDict, type.GetGenericArguments()[1], ectx, (JObject)value, attributes, catalog);
Transforms\ValueToKeyMappingTransformerImpl.cs (2)
297return Utils.MarshalInvoke(CreateVec<int>, bldr.ItemType.RawType, row, col, count, bldr);
536return Utils.MarshalInvoke(LoadCodecCore<int>, codec.Type.RawType, ctx, ectx, codec, count);