3 references to SortedInt32KeyNode
System.Collections.Immutable (3)
System\Collections\Immutable\SortedInt32KeyNode.cs (3)
412return new SortedInt32KeyNode<TValue>(key, value, this, this); 444result = new SortedInt32KeyNode<TValue>(key, value, _left!, _right!); 541return new SortedInt32KeyNode<TValue>(_key, _value!, left ?? _left, right ?? _right);