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)
108return _cachedPropertyListAscending;