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