2 references to FastMod
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\SegmentedDictionary`2.cs (1)
1156return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];
Segmented\SegmentedHashSet`1.cs (1)
288return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];