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