2 references to AddRange
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (1)
250
return this.Wrap(_root.
AddRange
(items));
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
357
Node newRight = _right!.
AddRange
(keys);