2 overrides of CopyToImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
468private protected override void CopyToImpl<T>(ImmutableSegmentedList<T> list, T[] array, int arrayIndex)
Collections\ImmutableSegmentedListTest.cs (1)
893private protected override void CopyToImpl<T>(ImmutableSegmentedList<T> list, T[] array, int arrayIndex)
2 references to CopyToImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
75CopyToImpl(ImmutableSegmentedList<int>.Empty, array, 0); 91CopyToImpl(list, array, 0);