3 writes to _cachedPropertyListAscending
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\GridSort.cs (3)
66
_cachedPropertyListAscending
= null;
83
_cachedPropertyListAscending
= null;
107
_cachedPropertyListAscending
??= BuildPropertyList(ascending: true);
1 reference to _cachedPropertyListAscending
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\GridSort.cs (1)
108
return
_cachedPropertyListAscending
;