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