3 references to NodeEqualsKey
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
472if (hashcode == curr._hashcode && NodeEqualsKey(comparer, curr, key)) 667if (hashcode == node._hashcode && NodeEqualsKey(comparer, node, key)) 987if (hashcode == node._hashcode && NodeEqualsKey(comparer, node, key))