1 write to _value
System.Collections.Immutable (1)
System\Collections\Immutable\SortedInt32KeyNode.cs (1)
86_value = value;
6 references to _value
System.Collections.Immutable (6)
System\Collections\Immutable\SortedInt32KeyNode.cs (6)
122get { return new KeyValuePair<int, TValue>(_key, _value!); } 193return node._value!; 226value = node._value!; 249freezeAction?.Invoke(new KeyValuePair<int, TValue>(_key, _value!)); 435if (valueComparer.Equals(_value!, value)) 541return new SortedInt32KeyNode<TValue>(_key, _value!, left ?? _left, right ?? _right);