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));
124
if (
_thenExpressions
is not null)
126
foreach (var (thenLambda, thenAscending) in
_thenExpressions
)