2 overrides of BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
509private protected override int BinarySearchImpl<T>(ImmutableSegmentedList<T> list, T item)
Collections\ImmutableSegmentedListTest.cs (1)
934private protected override int BinarySearchImpl<T>(ImmutableSegmentedList<T> list, T item)