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