2 writes to _slotLim
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
495
_slotLim
= 0;
690
_slotLim
= _view.Schema[_colCurr].Type.GetValueCount();
3 references to _slotLim
Microsoft.ML.Data (3)
DataView\Transposer.cs (3)
684
if (++_slotCurr <
_slotLim
)
686
Ch.Assert(_slotCurr ==
_slotLim
);
691
Ch.Assert(
_slotLim
> 0);