2 references to LastOrDefault
Microsoft.Build.Framework.UnitTests (2)
RefArrayBuilder_Tests.cs (2)
1438
builder.
LastOrDefault
(5, (x, threshold) => x > threshold).ShouldBe(0);
1447
builder.
LastOrDefault
(3, (x, threshold) => x < threshold).ShouldBe(2);