4 writes to _index
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (4)
1187
_index
= 0;
1203
ref var entry = ref _dictionary._entries[
_index
++];
1212
_index
= _dictionary._count + 1;
1248
_index
= 0;
9 references to _index
Microsoft.CodeAnalysis.InteractiveHost (9)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (9)
1201
while ((uint)
_index
< (uint)_dictionary._count)
1227
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1256
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1269
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1282
if (
_index
== 0 || (
_index
== _dictionary._count + 1))