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