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