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