2 references to Find
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
380public T? Find(Predicate<T> match) => _root.Find(match);
System\Collections\Immutable\ImmutableList_1.cs (1)
608public T? Find(Predicate<T> match) => _root.Find(match);