2 writes to _fastModMultiplier
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
281
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)_groupings.Length);
410
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
358
? HashHelpers.FastMod((uint)hashCode, (uint)groupings.Length,
_fastModMultiplier
)