1 write to _ascending
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2983_ascending = ascending;
1 reference to _ascending
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2988DbSortClause sortSpec = (_ascending ? lambda.ToSortClause() : lambda.ToSortClauseDescending());