6 references to IsCustomPaged
System.Data.Services (6)
System\Data\Services\RequestQueryProcessor.cs (6)
141if (this.pagingApplicable && !this.IsCustomPaged) 435if (resourceSet.PageSize != 0 && !singleResult && !this.IsCustomPaged) 486if (!singleResult && this.IsCustomPaged) 866if (this.IsCustomPaged) 886Debug.Assert(!this.IsCustomPaged, "Custom paging should be disabled for this function to be called."); 918Debug.Assert(this.IsCustomPaged, "Custom paging should be enabled for this function to be called.");