1 write to _hashSet
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1815_hashSet = hashSet;
6 references to _hashSet
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (6)
1823if (_version != _hashSet._version) 1830while ((uint)_index < (uint)_hashSet._count) 1832ref Entry entry = ref _hashSet._entries![_index++]; 1840_index = _hashSet._count + 1; 1853if (_index == 0 || (_index == _hashSet._count + 1)) 1864if (_version != _hashSet._version)