4 references to All
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (4)
PooledObjects\PooledArrayBuilderTests.cs (4)
175Assert.True(builder.All(IsEven)); 179Assert.False(builder.All(IsEven)); 183Assert.True(builder.All(IsOdd)); 187Assert.False(builder.All(IsOdd));