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)
129
ref Bucket b = ref buckets[HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length,
_fastModMultiplier
)];