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