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