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