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