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