3 references to Last
Microsoft.Build.Framework.UnitTests (3)
RefArrayBuilder_Tests.cs (3)
1325
return builder.
Last
(5, (x, threshold) => x > threshold);
1335
builder.
Last
(3, (x, threshold) => x < threshold).ShouldBe(2);
1358
return builder.
Last
(5, null!);