2 references to CopyTo
Microsoft.Build (2)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (1)
126
=> ICollectionCalls<KeyValuePair<TKey, TValue>>.
CopyTo
(ref _builder, array, arrayIndex);
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1+Builder.cs (1)
121
=> ICollectionCalls<T>.
CopyTo
(ref _builder, array, arrayIndex);