2 references to CopyTo
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
145
=> ICollectionCalls.
CopyTo
(ref _builder, array, index);
src\Dependencies\Collections\ImmutableSegmentedList`1+Builder.cs (1)
246
=> ICollectionCalls.
CopyTo
(ref _builder, array, index);