7 references to ProjectAllProperties
System.Data.Services (7)
System\Data\Services\Providers\BasicExpandProvider.cs (3)
699
if (!node.
ProjectAllProperties
)
836
if (!this.isRoot && (!this.Node.
ProjectAllProperties
|| this.OrderingInfo != null))
898
if (!this.Node.
ProjectAllProperties
)
System\Data\Services\Serializers\Serializer.cs (4)
692
if (expandedProjectionNode == null || expandedProjectionNode.
ProjectAllProperties
)
951
if (expandedChildNode.
ProjectAllProperties
)
976
if (!expandedNode.
ProjectAllProperties
|| foundProjections)
1020
if (foundProjections && expandedProjectionNode.
ProjectAllProperties
)