2 references to BuildPropertyList
Microsoft.AspNetCore.Components.QuickGrid (2)
Columns\GridSort.cs (2)
107
_cachedPropertyListAscending ??=
BuildPropertyList
(ascending: true);
112
_cachedPropertyListDescending ??=
BuildPropertyList
(ascending: false);