2 overrides of BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
515
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, int index, int count, T item, IComparer<T>? comparer)
Collections\ImmutableSegmentedListTest.cs (1)
940
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, int index, int count, T item, IComparer<T>? comparer)
2 references to BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
464
actual =
BinarySearchImpl
(query, index, count, value, null);
501
int actual =
BinarySearchImpl
(query, index, count, value, null);