5 references to GetBucket
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
646
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.
675
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.
950
ref int bucket = ref
GetBucket
(entry.HashCode);
965
ref int bucket = ref
GetBucket
(entry.HashCode);
1017
ref int bucket = ref
GetBucket
(entry.HashCode);