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