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