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