4 writes to _index
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1647
_index
= 0;
1664
ref var entry = ref _dictionary._entries[
_index
++];
1672
_index
= _dictionary._count + 1;
1699
_index
= 0;
3 references to _index
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
1662
while ((uint)
_index
< (uint)_dictionary._count)
1683
if (
_index
== 0 || (
_index
== _dictionary._count + 1))