4 writes to _index
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1185
_index
= 0;
1201
ref var entry = ref _dictionary._entries[
_index
++];
1210
_index
= _dictionary._count + 1;
1246
_index
= 0;
9 references to _index
Microsoft.CodeAnalysis (9)
src\Dependencies\Collections\SegmentedDictionary`2.cs (9)
1199
while ((uint)
_index
< (uint)_dictionary._count)
1225
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1254
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1267
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1280
if (
_index
== 0 || (
_index
== _dictionary._count + 1))