3 references to WhereAsArray
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
ImmutableArrayExtensionsTests.cs (3)
350
var actual = data.
WhereAsArray
(threshold, static (x, arg, index) => index % 2 == 1 && x >= arg);
361
var actual = data.
WhereAsArray
(threshold, static (x, arg, index) => false);
372
var actual = data.
WhereAsArray
(threshold, static (x, arg, index) => true);