3 references to First
Microsoft.Build.Framework.UnitTests (3)
RefArrayBuilder_Tests.cs (3)
1084
return builder.
First
(5, (x, threshold) => x > threshold);
1094
builder.
First
(2, (x, threshold) => x > threshold).ShouldBe(3);
1117
return builder.
First
(5, null!);