1 write to _key
MSBuildTaskHost (1)
Collections\ConcurrentDictionary.cs (1)
521_key = key;
4 references to _key
MSBuildTaskHost (4)
Collections\ConcurrentDictionary.cs (4)
142if (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); 422newBuckets[newBucketNo] = new Node(current._key, current._value, current._hashcode, newBuckets[newBucketNo]);