2 references to CopyTo
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
302public void CopyTo(T[] array, int arrayIndex) => _root.CopyTo(array, arrayIndex);
System\Collections\Immutable\ImmutableList_1.cs (1)
528public void CopyTo(T[] array, int arrayIndex) => _root.CopyTo(array, arrayIndex);