2 overrides of FindImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
477private protected override T? FindImpl<T>(ImmutableSegmentedList<T> list, Predicate<T> match)
Collections\ImmutableSegmentedListTest.cs (1)
902private protected override T? FindImpl<T>(ImmutableSegmentedList<T> list, Predicate<T> match)