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)
684if (++_slotCurr < _slotLim) 686Ch.Assert(_slotCurr == _slotLim); 691Ch.Assert(_slotLim > 0);