2 writes to orderApplied
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
99this.orderApplied = false; 959this.orderApplied = true;
2 references to orderApplied
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
1288Debug.Assert(this.orderApplied, "Ordering must have already been applied."); 1298Debug.Assert(this.orderApplied, "Ordering must have already been applied.");