2 references to FindLastIndex
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
468
public int FindLastIndex(Predicate<T> match) => _root.
FindLastIndex
(match);
System\Collections\Immutable\ImmutableList_1.cs (1)
696
public int FindLastIndex(Predicate<T> match) => _root.
FindLastIndex
(match);