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)
774
Contracts.Assert(
_current
!= null, "The current object must be set prior to cursoring");
786
_currentRow = dataView.
_current
;