4 writes to _index
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1597_index = 0; 1614ref var entry = ref _dictionary._entries[_index++]; 1622_index = _dictionary._count + 1; 1649_index = 0;
3 references to _index
Microsoft.Build.Framework (3)
SegmentedDictionary`2.cs (3)
1612while ((uint)_index < (uint)_dictionary._count) 1633if (_index == 0 || (_index == _dictionary._count + 1))