1 write to _slotLim
Microsoft.ML.Transforms (1)
Text\NgramUtils.cs (1)
56_slotLim = slotLim;
5 references to _slotLim
Microsoft.ML.Transforms (5)
Text\NgramUtils.cs (5)
45public bool IsEmpty { get { return _slotLim == 0; } } 66_bldr.Reset(_slotLim, false); 149Contracts.Assert(0 <= slot && slot < _slotLim); 165Contracts.Assert(0 <= slot && slot < _slotLim); 195Contracts.Assert(0 <= slot && slot < _slotLim);