3 writes to _curr
Microsoft.ML.Data (3)
DataView\CacheDataView.cs (3)
761_curr = -1; 786if (_waiter.Wait(++_curr)) 788_curr = -2;
5 references to _curr
Microsoft.ML.Data (5)
DataView\CacheDataView.cs (5)
768Contracts.Assert(_curr >= 0); 769return _curr; 777Contracts.Check(_curr >= 0, "Cannot call ID getter in current state"); 778val = new DataViewRowId((ulong)_curr, 0); 785Contracts.Assert(_curr >= -1); // Should not be called when _curr = -2.