2 writes to _value
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (2)
85_value = value; 304return ref match._value;
5 references to _value
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (5)
128get { return new KeyValuePair<TKey, TValue>(_key, _value); } 327value = match._value; 425return valueComparer.Equals(matchingNode._value, pair.Value); 652if (valueComparer.Equals(_value, value)) 760return new Node(_key, _value, left ?? _left, right ?? _right);