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