3 references to GetBucketIndex
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
365
for (Grouping<TKey, TElement>? g = _groupings[
GetBucketIndex
(hashCode)]; g is not null; g = g._hashNext)
380
uint index =
GetBucketIndex
(hashCode);
417
uint index =
GetBucketIndex
(g._hashCode);