3 references to Node
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (3)
346return new Node(key, this, this); 736return new Node(items[start + leftCount], left, right, true); 751return new Node(_key, left ?? _left, right ?? _right);