2 overrides of SortTestHelper
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
518private protected override List<T> SortTestHelper<T>(ImmutableSegmentedList<T> list)
Collections\ImmutableSegmentedListTest.cs (1)
856private protected override List<T> SortTestHelper<T>(ImmutableSegmentedList<T> list)
1 reference to SortTestHelper
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
412var actual = this.SortTestHelper(scenario);