3 writes to _thenExpressions
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\GridSort.cs (3)
31_thenExpressions = default; 63_thenExpressions ??= new(); 80_thenExpressions ??= new();
4 references to _thenExpressions
Microsoft.AspNetCore.Components.QuickGrid (4)
Columns\GridSort.cs (4)
65_thenExpressions.Add((expression, true)); 82_thenExpressions.Add((expression, false)); 124if (_thenExpressions is not null) 126foreach (var (thenLambda, thenAscending) in _thenExpressions)