14 references to GetBucket
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (14)
413
int i =
GetBucket
(hashCode);
446
int i =
GetBucket
(hashCode);
529
ref int bucket = ref
GetBucket
(hashCode);
612
bucket = ref
GetBucket
(hashCode);
811
int i = dictionary.
GetBucket
(hashCode);
883
ref int bucket = ref dictionary.
GetBucket
(hashCode);
978
ref int bucket = ref dictionary.
GetBucket
(hashCode);
1022
bucket = ref dictionary.
GetBucket
(hashCode);
1094
ref int bucket = ref dictionary.
GetBucket
(hashCode);
1159
bucket = ref dictionary.
GetBucket
(hashCode);
1282
ref int bucket = ref
GetBucket
(entries[i].hashCode);
1311
ref int bucket = ref
GetBucket
(hashCode);
1384
ref int bucket = ref
GetBucket
(hashCode);
1620
ref int bucket = ref
GetBucket
(hashCode);