2 references to Exists
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
366
public bool Exists(Predicate<T> match) => _root.
Exists
(match);
System\Collections\Immutable\ImmutableList_1.cs (1)
594
public bool Exists(Predicate<T> match) => _root.
Exists
(match);