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