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