1 write to _hashcode
MSBuildTaskHost (1)
Concurrent\ConcurrentDictionary.cs (1)
545
_hashcode
= hashcode;
4 references to _hashcode
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))
426
GetBucketAndLockNo(current.
_hashcode
, out newBucketNo, out newLockNo, newBuckets.Length, newLocks.Length);
428
newBuckets[newBucketNo] = new Node(current._key, current._value, current.
_hashcode
, newBuckets[newBucketNo]);