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