1 write to _current
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
769_current = value;
2 references to _current
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
774Contracts.Assert(_current != null, "The current object must be set prior to cursoring"); 786_currentRow = dataView._current;