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