2 instantiations of ExpandSegment
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
478
segments.Add(new
ExpandSegment
(property.Name, filter, resourceSet.PageSize, resourceSet, property, internalOrderingInfo));
491
segments.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>
169
public static bool PathHasFilter(IEnumerable<
ExpandSegment
> path)
172
foreach (
ExpandSegment
segment in path)
System\Data\Services\ExpandSegmentCollection.cs (2)
21
public class ExpandSegmentCollection : List<
ExpandSegment
>
39
foreach (
ExpandSegment
segment in this)
System\Data\Services\RequestQueryProcessor.cs (1)
526
ExpandSegment
segment = segments[j];
System\Data\Services\Serializers\Serializer.cs (1)
639
List<
ExpandSegment
> expandPath = this.requestDescription.RootProjectionNode.ExpandPaths[i];