14 references to GetBucket
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (14)
414
int i =
GetBucket
(hashCode);
447
int i =
GetBucket
(hashCode);
530
ref int bucket = ref
GetBucket
(hashCode);
613
bucket = ref
GetBucket
(hashCode);
812
int i = dictionary.
GetBucket
(hashCode);
884
ref int bucket = ref dictionary.
GetBucket
(hashCode);
979
ref int bucket = ref dictionary.
GetBucket
(hashCode);
1023
bucket = ref dictionary.
GetBucket
(hashCode);
1095
ref int bucket = ref dictionary.
GetBucket
(hashCode);
1160
bucket = ref dictionary.
GetBucket
(hashCode);
1283
ref int bucket = ref
GetBucket
(entries[i].hashCode);
1312
ref int bucket = ref
GetBucket
(hashCode);
1385
ref int bucket = ref
GetBucket
(hashCode);
1621
ref int bucket = ref
GetBucket
(hashCode);