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. 958ref int bucket = ref GetBucket(entry.HashCode); 973ref int bucket = ref GetBucket(entry.HashCode); 1025ref int bucket = ref GetBucket(entry.HashCode);