5 references to GetBucket
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
647
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.
676
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.
959
ref int bucket = ref
GetBucket
(entry.HashCode);
974
ref int bucket = ref
GetBucket
(entry.HashCode);
1026
ref int bucket = ref
GetBucket
(entry.HashCode);