2 overrides of BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
512
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, T item, IComparer<T>? comparer)
Collections\ImmutableSegmentedListTest.cs (1)
937
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, T item, IComparer<T>? comparer)