3 writes to _fastModMultiplier
Microsoft.Build (3)
SegmentedHashSet`1.cs (3)
172_fastModMultiplier = source._fastModMultiplier; 911_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 1008_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);
2 references to _fastModMultiplier
Microsoft.Build (2)
SegmentedHashSet`1.cs (2)
172_fastModMultiplier = source._fastModMultiplier; 288return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];