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)
733return _currentRow; 740if (result && _currentRow == null)