1 write to ProjectionsSpecified
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
740
this.GetRootProjectionNode().
ProjectionsSpecified
= true;
5 references to ProjectionsSpecified
System.Data.Services (5)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
145
!rootNode.
ProjectionsSpecified
&&
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
269
rootNode.SkipCount.HasValue || rootNode.TakeCount.HasValue || rootNode.
ProjectionsSpecified
)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
152
if (useBasicExpandProvider || rootNode.OrderingInfo.IsPaged || rootNode.
ProjectionsSpecified
)
System\Data\Services\RequestQueryProcessor.cs (1)
790
if (this.rootProjectionNode.
ProjectionsSpecified
)
System\Data\Services\RequestUriProcessor.cs (1)
178
(resultDescription.RootProjectionNode != null && resultDescription.RootProjectionNode.
ProjectionsSpecified
))