3 references to WhereAsArray
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
ImmutableArrayExtensionsTests.cs (3)
316
var actual = data.
WhereAsArray
(threshold, static (x, arg) => x >= arg);
327
var actual = data.
WhereAsArray
(threshold, static (x, arg) => x >= arg);
338
var actual = data.
WhereAsArray
(threshold, static (x, arg) => x >= arg);