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