2 references to FindLast
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
464public T? FindLast(Predicate<T> match) => _root.FindLast(match);
System\Collections\Immutable\ImmutableList_1.cs (1)
690public T? FindLast(Predicate<T> match) => _root.FindLast(match);