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