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