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; 286return ref buckets[HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];