3 references to Utils
Microsoft.ML.DataView (3)
DataViewSchema.cs (2)
205
Utils
.MarshalActionInvoke(CheckGetter<int>, schema[i].Type.RawType, getter);
327
Utils
.MarshalActionInvoke(AddDelegate<int>, type.RawType, name, type, getter, annotations);
SchemaDebuggerProxy.cs (1)
45
var value =
Utils
.MarshalInvoke(GetValue<DataViewSchema.Column>, column.Type.RawType, annotations, column);