5 references to GetBucket
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
631i = GetBucket(hashCode) - 1; // Value in _buckets is 1-based; subtract 1 from i. We do it here so it fuses with the following conditional. 660i = GetBucket(hashCode) - 1; // Value in _buckets is 1-based; subtract 1 from i. We do it here so it fuses with the following conditional. 925ref int bucket = ref GetBucket(entry.HashCode); 940ref int bucket = ref GetBucket(entry.HashCode); 992ref int bucket = ref GetBucket(entry.HashCode);