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