3 writes to HashCode
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
465entry.HashCode = hashCode; 854e.HashCode = hashCode; 1112newEntries[i].HashCode = (uint)comparer.GetHashCode(newEntries[i].Key);
5 references to HashCode
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
656if (entry.HashCode == hashCode && EqualityComparer<TKey>.Default.Equals(entry.Key, key)) 685if (entry.HashCode == hashCode && comparer.Equals(entry.Key, key)) 950ref int bucket = ref GetBucket(entry.HashCode); 965ref int bucket = ref GetBucket(entry.HashCode); 1017ref int bucket = ref GetBucket(entry.HashCode);