1 write to _fastModMultiplier
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenHashTable.cs (1)
35_fastModMultiplier = fastModMultiplier;
1 reference to _fastModMultiplier
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenHashTable.cs (1)
129ref Bucket b = ref buckets[HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];