4 references to ExpandPaths
System.Data.Services (4)
System\Data\Services\RequestQueryProcessor.cs (1)
800
this.queryResults = expandProvider.ApplyExpansions(this.query, this.rootProjectionNode.
ExpandPaths
);
System\Data\Services\Serializers\Serializer.cs (3)
633
this.requestDescription.RootProjectionNode.
ExpandPaths
!= null)
637
for (int i = 0; i < this.requestDescription.RootProjectionNode.
ExpandPaths
.Count; i++)
639
List<ExpandSegment> expandPath = this.requestDescription.RootProjectionNode.
ExpandPaths
[i];