3 references to GetFastModMultiplier
Microsoft.Build.Framework (3)
HashHelpers.cs (1)
101/// <summary>Performs a mod operation using the multiplier pre-computed with <see cref="GetFastModMultiplier"/>.</summary>
SegmentedDictionary`2.cs (2)
461_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size); 660_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize);