2 writes to rootProjectionNode
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
128this.rootProjectionNode = null; 371this.rootProjectionNode = new RootProjectionNode(
13 references to rootProjectionNode
System.Data.Services (13)
System\Data\Services\RequestQueryProcessor.cs (13)
368if (this.rootProjectionNode == null) 382return this.rootProjectionNode; 708if (this.rootProjectionNode != null) 712this.rootProjectionNode.MarkSubtreeAsProjected(); 746if (this.rootProjectionNode != null) 749this.rootProjectionNode.RemoveNonProjectedNodes(); 753this.rootProjectionNode.ApplyWildcardsAndSort(); 774else if (this.rootProjectionNode != null) 790if (this.rootProjectionNode.ProjectionsSpecified) 800this.queryResults = expandProvider.ApplyExpansions(this.query, this.rootProjectionNode.ExpandPaths); 803this.rootProjectionNode.UseExpandPathsForSerialization = true; 827this.query = projectionProvider.ApplyProjections(this.query, this.rootProjectionNode); 1164return new RequestDescription(this.description, this.queryResults, this.rootProjectionNode);