4 writes to _index
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1439
_index
= 0;
1456
ref var entry = ref _dictionary._entries[
_index
++];
1465
_index
= _dictionary._count + 1;
1492
_index
= 0;
3 references to _index
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
1454
while ((uint)
_index
< (uint)_dictionary._count)
1476
if (
_index
== 0 || (
_index
== _dictionary._count + 1))