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