4 references to AddRange
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
699
this.Root = this.Root.
AddRange
(items);
System\Collections\Immutable\ImmutableList_1.cs (1)
224
ImmutableList<T>.Node result = _root.
AddRange
(items);
System\Collections\Immutable\ImmutableList_1.Node.cs (2)
340
Node newRight = _right!.
AddRange
(keys);
944
return root.
AddRange
(Linq.Enumerable.Select(this, converter));