System\Data\Services\Serializers\Serializer.cs (5)
933AppendProjectionOrExpansionPath(projectionPaths, parentPathSegments, childNode.PropertyName);
956AppendProjectionOrExpansionPath(projectionPaths, parentPathSegments, childNode.PropertyName + "/*");
971AppendProjectionOrExpansionPath(expansionPaths, parentPathSegments, childNode.PropertyName);
984AppendProjectionOrExpansionPath(projectionPaths, parentPathSegments, childToProject.PropertyName);
1022AppendProjectionOrExpansionPath(projectionPaths, pathSegments, "*");