2 references to CopyTo
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1155this.Root.CopyTo(array, arrayIndex);
System\Collections\Immutable\ImmutableList_1.cs (1)
992void System.Collections.ICollection.CopyTo(Array array, int arrayIndex) => _root.CopyTo(array, arrayIndex);