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