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)
1815
if (_version !=
_hashSet
._version)
1822
while ((uint)_index < (uint)
_hashSet
._count)
1824
ref Entry entry = ref
_hashSet
._entries![_index++];
1832
_index =
_hashSet
._count + 1;
1845
if (_index == 0 || (_index ==
_hashSet
._count + 1))
1856
if (_version !=
_hashSet
._version)