4 writes to _nextIndex
Microsoft.ML.FastTree (4)
Dataset\SparseIntArray.cs (4)
536_nextIndex = _array._deltas[0]; 538_nextIndex = _array.Length; 558_nextIndex += pDeltas[_pos]; 568_nextIndex = _array._length;
4 references to _nextIndex
Microsoft.ML.FastTree (4)
Dataset\SparseIntArray.cs (4)
547if (virtualIndex < _nextIndex) 550if (virtualIndex == _nextIndex) 559if (virtualIndex < _nextIndex) 561if (virtualIndex == _nextIndex)