2 references to CopyTo
Microsoft.Build (2)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (2)
86public void CopyTo(ProjectPropertyInstance[] array, int arrayIndex, int count) => _values.CopyTo(array, arrayIndex, count); 200CopyTo(array, arrayIndex, _parent._globalProperties.Count);