2 references to FastMod
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1154
return ref buckets[(int)HashHelpers.
FastMod
(hashCode, (uint)buckets.Length, _fastModMultiplier)];
src\Dependencies\Collections\SegmentedHashSet`1.cs (1)
286
return ref buckets[(int)HashHelpers.
FastMod
((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];