4 writes to _index
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1151
_index
= 0;
1167
ref 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)
1165
while ((uint)
_index
< (uint)_dictionary._count)
1191
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1220
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1233
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1246
if (
_index
== 0 || (
_index
== _dictionary._count + 1))