2 writes to _currentRow
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
718
_currentRow
= null;
739
_currentRow
= result ? _enumerator.Current : null;
2 references to _currentRow
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
733
return
_currentRow
;
740
if (result &&
_currentRow
== null)