3 writes to HashCode
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
459entry.HashCode = hashCode; 855e.HashCode = hashCode; 1115newEntries[i].HashCode = (uint)comparer.GetHashCode(newEntries[i].Key);
5 references to HashCode
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
651if (entry.HashCode == hashCode && EqualityComparer<TKey>.Default.Equals(entry.Key, key)) 680if (entry.HashCode == hashCode && comparer.Equals(entry.Key, key)) 953ref int bucket = ref GetBucket(entry.HashCode); 968ref int bucket = ref GetBucket(entry.HashCode); 1020ref int bucket = ref GetBucket(entry.HashCode);