4 writes to _index
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedHashSet`1.cs (4)
1397
_index
= 0;
1412
ref var entry = ref _hashSet._entries[
_index
++];
1420
_index
= _hashSet._count + 1;
1449
_index
= 0;
3 references to _index
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedHashSet`1.cs (3)
1410
while ((uint)
_index
< (uint)_hashSet._count)
1433
if (
_index
== 0 || (
_index
== _hashSet._count + 1))