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