3 writes to _currentIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
342_currentIndex = 0; 349_currentIndex = _array.Length; 364_currentIndex = _nextIndex;
3 references to _currentIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
351_nextIndex = _currentIndex; 363_currentBit += (_nextIndex - _currentIndex) * _currentType; 368long bitoffset = _currentBit + (virtualIndex - _currentIndex) * _currentType;