1 write to setQueryApplicable
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
110this.setQueryApplicable = (description.TargetKind == RequestTargetKind.Resource && !description.IsSingleResult) ||
2 references to setQueryApplicable
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
562if (!this.setQueryApplicable) 1034Debug.Assert(rt != null || this.setQueryApplicable == false, "Resource type must be known for Ordering to be applied.");