14 references to GetBucket
System.Private.CoreLib (14)
src\runtime\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); 1313ref int bucket = ref GetBucket(hashCode); 1439ref int bucket = ref GetBucket(hashCode); 1729ref int bucket = ref GetBucket(hashCode);