4 writes to _index
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1597
_index
= 0;
1614
ref 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)
1612
while ((uint)
_index
< (uint)_dictionary._count)
1633
if (
_index
== 0 || (
_index
== _dictionary._count + 1))