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)
1823
if (_version !=
_hashSet
._version)
1830
while ((uint)_index < (uint)
_hashSet
._count)
1832
ref Entry entry = ref
_hashSet
._entries![_index++];
1840
_index =
_hashSet
._count + 1;
1853
if (_index == 0 || (_index ==
_hashSet
._count + 1))
1864
if (_version !=
_hashSet
._version)