6 references to GetFastModMultiplier
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
497_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size); 1276_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (3)
741_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)capacity); 1316_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 1401_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);
src\libraries\System.Private.CoreLib\src\System\Collections\HashHelpers.cs (1)
96/// <summary>Performs a mod operation using the multiplier pre-computed with <see cref="GetFastModMultiplier"/>.</summary>