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