4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
1809_index = 0; 1824ref 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)
1822while ((uint)_index < (uint)_hashSet._count) 1845if (_index == 0 || (_index == _hashSet._count + 1))