2 references to FirstOrDefault
Microsoft.Build.Framework.UnitTests (2)
RefArrayBuilder_Tests.cs (2)
1215builder.FirstOrDefault(5, (x, threshold) => x > threshold, 99).ShouldBe(99); 1224builder.FirstOrDefault(2, (x, threshold) => x > threshold, 99).ShouldBe(3);