3 references to GetBucketIndex
System.Linq (3)
System\Linq\Lookup.cs (3)
222
for (Grouping<TKey, TElement>? g = _groupings[
GetBucketIndex
(hashCode)]; g is not null; g = g._hashNext)
237
uint index =
GetBucketIndex
(hashCode);
272
uint index =
GetBucketIndex
(g._hashCode);