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