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