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