1 write to _fastModMultiplier
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1089
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1143
return ref buckets[HashHelpers.FastMod(hashCode, (uint)buckets.Length,
_fastModMultiplier
)];