1 write to orderingExpressions
System.Data.Services (1)
System\Data\Services\Providers\OrderingInfo.cs (1)
38
this.
orderingExpressions
= new List<OrderingExpression>();
2 references to orderingExpressions
System.Data.Services (2)
System\Data\Services\Providers\OrderingInfo.cs (2)
55
return this.
orderingExpressions
.AsReadOnly();
63
this.
orderingExpressions
.Add(orderingExpression);