3 writes to _fastModMultiplier
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\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)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (2)
172_fastModMultiplier = source._fastModMultiplier; 288return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];