2 references to s_orderByDescendingTestData
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (2)
TestData\OrderingTestBase.cs (2)
71
s_orderByDescendingTestData
.Add(collection, s_expectedOrderByDescending);
119
public static TheoryData<TOrderByCollection, ImmutableArray<ValueHolder<int>>> OrderByDescendingTestData =>
s_orderByDescendingTestData
;