3 writes to _index
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
903++_index; 938_index = 0; 951_index = 0;
8 references to _index
Microsoft.ML.Data (8)
Data\DataViewUtils.cs (8)
855public int Remaining => _count - _index; 902Contracts.Assert(_index < _count); 931Contracts.Assert(_count == 0 || (_index == _count - 1)); 944Contracts.Assert(_index <= _count); 972Contracts.Check(_index < _count, "Cannot get value as the cursor is not in a good state"); 973Values[_index].CopyTo(ref value); 986Contracts.Check(_index < _count, "Cannot get value as the cursor is not in a good state"); 987value = Values[_index];