2 overrides of SortTestHelper
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
525
private protected override List<T>
SortTestHelper
<T>(ImmutableSegmentedList<T> list, Comparison<T> comparison)
Collections\ImmutableSegmentedListTest.cs (1)
861
private protected override List<T>
SortTestHelper
<T>(ImmutableSegmentedList<T> list, Comparison<T> comparison)
2 references to SortTestHelper
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
396
Assert.Throws<ArgumentNullException>("comparison", () => this.
SortTestHelper
(ImmutableSegmentedList<int>.Empty, (Comparison<int>)null!));
418
actual = this.
SortTestHelper
(scenario, comparison);