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