4 writes to _value
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentDictionary.cs (4)
677node._value = newValue; 975node._value = value; 2220_value = value; 2440node._value = value;
17 references to _value
System.Collections.Concurrent (17)
System\Collections\Concurrent\ConcurrentDictionary.cs (17)
476bool valuesMatch = EqualityComparer<TValue>.Default.Equals(oldValue, curr._value); 493value = curr._value; 535value = n._value; 548value = n._value; 569value = n._value; 581value = n._value; 669if (valueComparer.Equals(node._value, comparisonValue)) 813array[index] = new KeyValuePair<TKey, TValue>(current._key, current._value); 828array[index] = new DictionaryEntry(current._key, current._value); 843array[index] = new KeyValuePair<TKey, TValue>(current._key, current._value); 896Current = new KeyValuePair<TKey, TValue>(node._key, node._value); 993resultingValue = node._value; 2030newBucket = new Node(current._key, current._value, hashCode, newBucket); 2184keys[i] = node._value; 2458resultingValue = node._value; 2559value = n._value; 2641value = curr._value;