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