3 writes to _slotCurr
Microsoft.ML.Data (3)
DataView\Transposer.cs (3)
496_slotCurr = -1; 684if (++_slotCurr < _slotLim) 687_slotCurr = 0;
6 references to _slotCurr
Microsoft.ML.Data (6)
DataView\Transposer.cs (6)
513Ch.Assert(_slotCurr >= 0); 686Ch.Assert(_slotCurr == _slotLim); 699Ch.Assert(0 <= _slotCurr && _slotCurr < Utils.Size(_cbuff) && _cbuff[_slotCurr].Buffer.Length == _len); 700_cbuff[_slotCurr].Buffer.CopyTo(ref dst);