2 references to CopyTo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
218=> _list.CopyTo(index, array, arrayIndex, count);
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
133=> ReadOnlyList.CopyTo(index, array, arrayIndex, count);