1 write to _orderByClause
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\QueryExpr.cs (1)
100
_orderByClause
= orderByClause;
3 references to _orderByClause
System.Data.Entity (3)
System\Data\Common\EntitySql\AST\QueryExpr.cs (3)
148
get { return
_orderByClause
; }
160
(null !=
_orderByClause
&&
_orderByClause
.HasMethodCall);