2 instantiations of ExpandSegment
System.Data.Services (2)
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));
8 references to ExpandSegment
System.Data.Services (8)
System\Data\Services\ExpandSegment.cs (4)
67/// <summary>Initializes a new <see cref="ExpandSegment"/> instance.</summary> 75/// <summary>Initializes a new <see cref="ExpandSegment"/> instance.</summary> 169public static bool PathHasFilter(IEnumerable<ExpandSegment> path) 172foreach (ExpandSegment segment in path)
System\Data\Services\ExpandSegmentCollection.cs (2)
21public class ExpandSegmentCollection : List<ExpandSegment> 39foreach (ExpandSegment segment in this)
System\Data\Services\RequestQueryProcessor.cs (1)
526ExpandSegment segment = segments[j];
System\Data\Services\Serializers\Serializer.cs (1)
639List<ExpandSegment> expandPath = this.requestDescription.RootProjectionNode.ExpandPaths[i];