3 writes to HashCode
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
464entry.HashCode = hashCode; 860e.HashCode = hashCode; 1120newEntries[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)) 958ref int bucket = ref GetBucket(entry.HashCode); 973ref int bucket = ref GetBucket(entry.HashCode); 1025ref int bucket = ref GetBucket(entry.HashCode);