4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
1817
_index
= 0;
1832
ref Entry entry = ref _hashSet._entries![
_index
++];
1840
_index
= _hashSet._count + 1;
1869
_index
= 0;
3 references to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (3)
1830
while ((uint)
_index
< (uint)_hashSet._count)
1853
if (
_index
== 0 || (
_index
== _hashSet._count + 1))