4 writes to _index
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1397_index = 0; 1414ref var entry = ref _dictionary._entries[_index++]; 1423_index = _dictionary._count + 1; 1450_index = 0;
3 references to _index
Microsoft.Build.Framework (3)
SegmentedDictionary`2.cs (3)
1412while ((uint)_index < (uint)_dictionary._count) 1434if (_index == 0 || (_index == _dictionary._count + 1))