4 writes to _index
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (4)
1399
_index
= 0;
1414
ref var entry = ref _hashSet._entries[
_index
++];
1422
_index
= _hashSet._count + 1;
1451
_index
= 0;
3 references to _index
Microsoft.CodeAnalysis.Threading.Package (3)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (3)
1412
while ((uint)
_index
< (uint)_hashSet._count)
1435
if (
_index
== 0 || (
_index
== _hashSet._count + 1))