1 write to _fastModMultiplier
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
169
_fastModMultiplier
= source._fastModMultiplier;
2 references to _fastModMultiplier
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
169
_fastModMultiplier = source.
_fastModMultiplier
;
286
return ref buckets[HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length,
_fastModMultiplier
)];