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