5 references to GetFastModMultiplier
Microsoft.CodeAnalysis.Collections.Package (5)
Internal\HashHelpers.cs (1)
101/// <summary>Performs a mod operation using the multiplier pre-computed with <see cref="GetFastModMultiplier"/>.</summary>
SegmentedDictionary`2.cs (2)
498_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size); 656_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize);
SegmentedHashSet`1.cs (2)
909_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 1006_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);