2 overrides of CopyToImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
465
private protected override void
CopyToImpl
<T>(ImmutableSegmentedList<T> list, T[] array)
Collections\ImmutableSegmentedListTest.cs (1)
890
private protected override void
CopyToImpl
<T>(ImmutableSegmentedList<T> list, T[] array)
2 references to CopyToImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
74
CopyToImpl
(ImmutableSegmentedList<int>.Empty, array);
87
CopyToImpl
(list, array);