1 write to _items
Microsoft.ML.DataView (1)
DataViewSchema.cs (1)
262_items = new List<(string Name, DataViewType Type, Delegate Getter, Annotations Annotations)>();
5 references to _items
Microsoft.ML.DataView (5)
DataViewSchema.cs (5)
282_items.Add((column.Name, column.Type, annotations.GetGetterInternal(column.Index), column.Annotations)); 306_items.Add((name, type, getter, annotations)); 356foreach (var item in _items) 358return new Annotations(builder.ToSchema(), _items.Select(x => x.Getter).ToArray()); 370_items.Add((name, type, typedGetter, annotations));