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