2 references to CopyTo
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedDictionary`2+Builder.cs (1)
124=> ICollectionCalls<KeyValuePair<TKey, TValue>>.CopyTo(ref _builder, array, arrayIndex);
ImmutableSegmentedHashSet`1+Builder.cs (1)
119=> ICollectionCalls<T>.CopyTo(ref _builder, array, arrayIndex);