2 writes to Type
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
157Type = Codec?.Type; 188Type = type;
9 references to Type
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinaryLoader.cs (9)
197var meth = del.GetMethodInfo().GetGenericMethodDefinition().MakeGenericMethod(Type.RawType); 207_ectx.AssertValue(Type); 220_ectx.Assert(typeof(T) == Type.RawType); 661schemaBuilder.AddColumn(loadedColumn.Name, loadedColumn.Type, metadataBuilder.ToAnnotations()); 665schemaBuilder.AddColumn(loadedColumn.Name, loadedColumn.Type); 1292_pipeGetters[c] = GetNoRowGetter(_actives[c].Type); 1455genType = genType.MakeGenericType(entry.Type.RawType); 2184string typeDesc = col.Type == null ? "<?>" : col.Type.ToString();