3 writes to _fastModMultiplier
Microsoft.CodeAnalysis.CodeStyle (3)
SegmentedHashSet`1.cs (3)
155
_fastModMultiplier
= source._fastModMultiplier;
891
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
966
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)size);
2 references to _fastModMultiplier
Microsoft.CodeAnalysis.CodeStyle (2)
SegmentedHashSet`1.cs (2)
155
_fastModMultiplier = source.
_fastModMultiplier
;
294
return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length,
_fastModMultiplier
)];