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