4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
1809
_index
= 0;
1824
ref Entry entry = ref _hashSet._entries![
_index
++];
1832
_index
= _hashSet._count + 1;
1861
_index
= 0;
3 references to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (3)
1822
while ((uint)
_index
< (uint)_hashSet._count)
1845
if (
_index
== 0 || (
_index
== _hashSet._count + 1))