1 write to _hashcode
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2247_hashcode = hashcode;
11 references to _hashcode
System.Collections.Concurrent (11)
System\Collections\Concurrent\ConcurrentDictionary.cs (11)
472if (hashcode == curr._hashcode && NodeEqualsKey(comparer, curr, key)) 533if (hashcode == n._hashcode && EqualityComparer<TKey>.Default.Equals(n._key, key)) 546if (hashcode == n._hashcode && comparer.Equals(n._key, key)) 567if (hashcode == n._hashcode && EqualityComparer<TKey>.Default.Equals(n._key, key)) 579if (hashcode == n._hashcode && comparer.Equals(n._key, key)) 667if (hashcode == node._hashcode && NodeEqualsKey(comparer, node, key)) 987if (hashcode == node._hashcode && NodeEqualsKey(comparer, node, key)) 2050int hashCode = upgradeComparer is null ? current._hashcode : upgradeComparer.GetHashCode(current._key); 2452if (hashcode == node._hashcode && comparer.Equals(key, node._key)) 2581if (hashcode == n._hashcode && comparer.Equals(key, n._key)) 2654if (hashcode == curr._hashcode && comparer.Equals(key, curr._key))