System\Data\Services\RequestQueryProcessor.cs (8)
102this.query = (IQueryable)description.RequestEnumerable;
827this.query = projectionProvider.ApplyProjections(this.query, this.rootProjectionNode);
854this.query = RequestQueryParser.Where(this.service, this.description.LastSegmentInfo.TargetContainer, this.description.TargetResourceType, this.query, filter);
904this.query = RequestUriProcessor.InvokeWhereForType(
958this.query = RequestQueryParser.OrderBy(this.service, this.query, this.topLevelOrderingInfo);
1196this.query = RequestUriProcessor.InvokeSelectForTypes(this.query, resultWrapperType, Expression.Lambda(resultBody, expandParameter));
1289this.query = (IQueryable)RequestQueryProcessor
1299this.query = (IQueryable)RequestQueryProcessor