3 references to BinarySearchPartialSortedListHelper
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableListTestBase.cs (3)
476this.BinarySearchPartialSortedListHelper(reverseSorted, 0, 50); 477this.BinarySearchPartialSortedListHelper(reverseSorted, 50, 50); 478this.BinarySearchPartialSortedListHelper(reverseSorted, 100, 50);