3 writes to HashCode
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
461entry.HashCode = hashCode; 839e.HashCode = hashCode; 1087newEntries[i].HashCode = (uint)comparer.GetHashCode(newEntries[i].Key);
5 references to HashCode
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
641if (entry.HashCode == hashCode && EqualityComparer<TKey>.Default.Equals(entry.Key, key)) 670if (entry.HashCode == hashCode && comparer.Equals(entry.Key, key)) 925ref int bucket = ref GetBucket(entry.HashCode); 940ref int bucket = ref GetBucket(entry.HashCode); 992ref int bucket = ref GetBucket(entry.HashCode);