5 references to GetFastModMultiplier
Microsoft.CodeAnalysis.Workspaces (5)
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);
SegmentedHashSet`1.cs (2)
891_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 966_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);