1 write to _key
MSBuildTaskHost (1)
Concurrent\ConcurrentDictionary.cs (1)
542
_key
= key;
4 references to _key
MSBuildTaskHost (4)
Concurrent\ConcurrentDictionary.cs (4)
143
if (hashcode == n._hashcode && _comparer.Equals(n.
_key
, key))
192
if (hashcode == node._hashcode && _comparer.Equals(node.
_key
, key))
205
Node newNode = new Node(node.
_key
, value, hashcode, node._next);
428
newBuckets[newBucketNo] = new Node(current.
_key
, current._value, current._hashcode, newBuckets[newBucketNo]);