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