5 references to All
Microsoft.Build.Framework.UnitTests (5)
RefArrayBuilder_Tests.cs (5)
943builder.All(x => x > 0).ShouldBeTrue(); 952builder.All(x => x % 2 == 0).ShouldBeTrue(); 961builder.All(x => x % 2 == 0).ShouldBeFalse(); 970builder.All(x => x % 2 == 0).ShouldBeFalse(); 999return builder.All(null!);