2 writes to _count
Microsoft.ML.Data (2)
Data\DataViewUtils.cs (2)
937_count = batchColTyped.Count; 950_count = 0;
8 references to _count
Microsoft.ML.Data (8)
Data\DataViewUtils.cs (8)
855public int Remaining => _count - _index; 902Contracts.Assert(_index < _count); 931Contracts.Assert(_count == 0 || (_index == _count - 1)); 939Contracts.Assert(_count <= Utils.Size(Values)); 944Contracts.Assert(_index <= _count); 972Contracts.Check(_index < _count, "Cannot get value as the cursor is not in a good state"); 986Contracts.Check(_index < _count, "Cannot get value as the cursor is not in a good state");