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