4 writes to _index
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1151_index = 0; 1167ref var entry = ref _dictionary._entries[_index++]; 1176_index = _dictionary._count + 1; 1212_index = 0;
9 references to _index
Microsoft.Build.Framework (9)
SegmentedDictionary`2.cs (9)
1165while ((uint)_index < (uint)_dictionary._count) 1191if (_index == 0 || (_index == _dictionary._count + 1)) 1220if (_index == 0 || (_index == _dictionary._count + 1)) 1233if (_index == 0 || (_index == _dictionary._count + 1)) 1246if (_index == 0 || (_index == _dictionary._count + 1))