1 write to ProjectionsSpecified
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
740this.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)
269rootNode.SkipCount.HasValue || rootNode.TakeCount.HasValue || rootNode.ProjectionsSpecified)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
152if (useBasicExpandProvider || rootNode.OrderingInfo.IsPaged || rootNode.ProjectionsSpecified)
System\Data\Services\RequestQueryProcessor.cs (1)
790if (this.rootProjectionNode.ProjectionsSpecified)
System\Data\Services\RequestUriProcessor.cs (1)
178(resultDescription.RootProjectionNode != null && resultDescription.RootProjectionNode.ProjectionsSpecified))