3 references to ExpandSegment
System.Data.Services (3)
System\Data\Services\ExpandSegment.cs (1)
71: this(name, filter, Int32.MaxValue, null, null, null)
System\Data\Services\RequestQueryProcessor.cs (2)
478segments.Add(new ExpandSegment(property.Name, filter, resourceSet.PageSize, resourceSet, property, internalOrderingInfo)); 491segments.Add(new ExpandSegment(property.Name, filter, this.service.Configuration.MaxResultsPerCollection, resourceSet, property, null));