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