3 writes to _then
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\GridSort.cs (3)
30_then = default; 62_then ??= new(); 79_then ??= new();
4 references to _then
Microsoft.AspNetCore.Components.QuickGrid (4)
Columns\GridSort.cs (4)
64_then.Add((queryable, asc) => asc ? queryable.ThenBy(expression) : queryable.ThenByDescending(expression)); 81_then.Add((queryable, asc) => asc ? queryable.ThenByDescending(expression) : queryable.ThenBy(expression)); 92if (_then is not null) 94foreach (var clause in _then)