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