4 writes to _fastModMultiplier
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
169
_fastModMultiplier
= source._fastModMultiplier;
741
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)capacity);
1316
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1401
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)size);
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
)];