Implemented interface member:
2 references to CopyTo
Microsoft.Build (2)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (2)
66
public void CopyTo(T[] array) => _values.
CopyTo
(array, arrayIndex: 0);
70
public void CopyTo(T[] array, int arrayIndex) => _values.
CopyTo
(array, arrayIndex);