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