2 references to FindAll
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
395
public ImmutableList<T> FindAll(Predicate<T> match) => _root.
FindAll
(match);
System\Collections\Immutable\ImmutableList_1.cs (1)
623
public ImmutableList<T> FindAll(Predicate<T> match) => _root.
FindAll
(match);