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