2 references to FirstOrDefault
Microsoft.Build.Framework.UnitTests (2)
RefArrayBuilder_Tests.cs (2)
1197builder.FirstOrDefault(5, (x, threshold) => x > threshold).ShouldBe(0); 1206builder.FirstOrDefault(2, (x, threshold) => x > threshold).ShouldBe(3);