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