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