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