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