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