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)
1143return ref buckets[HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];