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