3 writes to _fastModMultiplier
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
498
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)size);
1278
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1718
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1865
return ref buckets[HashHelpers.FastMod(hashCode, (uint)buckets.Length,
_fastModMultiplier
)];