3 writes to _cachedPropertyListDescending
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\GridSort.cs (3)
67
_cachedPropertyListDescending
= null;
84
_cachedPropertyListDescending
= null;
112
_cachedPropertyListDescending
??= BuildPropertyList(ascending: false);
1 reference to _cachedPropertyListDescending
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\GridSort.cs (1)
113
return
_cachedPropertyListDescending
;