2 overrides of SortTestHelper
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
532
private protected override List<T>
SortTestHelper
<T>(ImmutableSegmentedList<T> list, IComparer<T>? comparer)
Collections\ImmutableSegmentedListTest.cs (1)
866
private protected override List<T>
SortTestHelper
<T>(ImmutableSegmentedList<T> list, IComparer<T>? comparer)
2 references to SortTestHelper
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
424
actual = this.
SortTestHelper
(scenario, comparer);
430
actual = this.
SortTestHelper
(scenario, comparer);