2 writes to _comparison
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Utilities\SortHelper`1.cs (2)
25
_comparison
= null;
32
_comparison
= comparison;
5 references to _comparison
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
Utilities\SortHelper`1.cs (5)
37
=>
_comparison
is null
39
: SortComparer<T>.Create(
_comparison
, _descending);
52
=> (
_comparison
, _descending) switch
56
(not null, true) =>
_comparison
(previousValue!, value!) > 0,
57
(not null, false) =>
_comparison
(value!, previousValue!) > 0,