13 writes to orders
System.Data.Linq (13)
SqlClient\Query\SqlReorderer.cs (13)
38
this.
orders
= new List<SqlOrderExpression>();
46
this.
orders
= new List<SqlOrderExpression>();
48
this.
orders
= save;
61
this.
orders
= new List<SqlOrderExpression>();
71
this.
orders
= null;
79
this.
orders
= null;
81
this.
orders
= null;
83
this.
orders
= null;
147
this.
orders
= null;
158
this.
orders
= null;
177
this.
orders
= save;
181
this.
orders
= null;
195
this.
orders
= new HashSet<SqlOrderExpression>(this.orders).ToList();
12 references to orders
System.Data.Linq (12)
SqlClient\Query\SqlReorderer.cs (12)
45
List<SqlOrderExpression> save = this.
orders
;
60
if (this.
orders
== null) {
63
return this.
orders
;
70
List<SqlOrderExpression> leftOrders = this.
orders
;
157
List<SqlOrderExpression> save = this.
orders
;
194
if ((this.topSelect || select.Top != null) && select.OrderingType != SqlOrderingType.Never && this.
orders
!= null) {
195
this.orders = new HashSet<SqlOrderExpression>(this.
orders
).ToList();
197
foreach (SqlOrderExpression sox in this.
orders
) {
216
else if (this.
orders
!= null) {
217
existingOrders = new List<SqlOrderExpression>(this.
orders
);
226
if (this.
orders
!= null) {
227
this.
orders
.Remove(expr);