4 references to WrapNode
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Builder.cs (3)
329return ImmutableList<T>.WrapNode(Node.NodeTreeFromList(this, index, count)); 350return ImmutableList<TOutput>.WrapNode(_root.ConvertAll(converter)); 1016return _immutable ??= ImmutableList<T>.WrapNode(this.Root);
System\Collections\Immutable\ImmutableList_1.cs (1)
580return ImmutableList<TOutput>.WrapNode(_root.ConvertAll(converter));