4 writes to _value
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentDictionary.cs (4)
677node._value = newValue; 1000node._value = value; 2245_value = value; 2465node._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); 928Current = new KeyValuePair<TKey, TValue>(node._key, node._value); 1018resultingValue = node._value; 2055newBucket = new Node(current._key, current._value, hashCode, newBucket); 2209keys[i] = node._value; 2483resultingValue = node._value; 2584value = n._value; 2666value = curr._value;