1 write to _firstExpression
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\GridSort.cs (1)
29
_firstExpression
= firstExpression;
2 references to _firstExpression
Microsoft.AspNetCore.Components.QuickGrid (2)
Columns\GridSort.cs (2)
121
new SortedProperty { PropertyName = ToPropertyName(
_firstExpression
.Item1), Direction = (
_firstExpression
.Item2 ^ ascending) ? SortDirection.Descending : SortDirection.Ascending }