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);