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