3 references to Any
Microsoft.Build.Framework.UnitTests (3)
RefArrayBuilder_Tests.cs (3)
902
builder.
Any
(5, (x, threshold) => x > threshold).ShouldBeFalse();
911
builder.
Any
(3, (x, threshold) => x > threshold).ShouldBeTrue();
934
return builder.
Any
(5, null!);