17 references to HasChild0
System.Data.Entity (17)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
543if (n.HasChild0)
System\Data\Query\InternalTrees\OpCopier.cs (2)
681Debug.Assert(!n.HasChild0); 699Debug.Assert(n.HasChild0);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1289PlanCompiler.Assert(!n.HasChild0, "views are not expected here");
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
666PlanCompiler.Assert(inputNode.HasChild0, "CollectOp without argument"); 669PlanCompiler.Assert(inputNode.Child0.HasChild0, "PhysicalProjectOp without argument");
System\Data\Query\PlanCompiler\NestPullup.cs (4)
1001PlanCompiler.Assert(definingExprNode.HasChild0, "collect without input?"); 1747PlanCompiler.Assert(n.Child0.HasChild0, "VarDef without input?"); 1761PlanCompiler.Assert(newNode.HasChild0, "collect without input?"); 1792PlanCompiler.Assert(newNode.HasChild0, "physicalProject without input?");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1322if (n.HasChild0) 1333if (chi.HasChild0 && chi.Child0.Op.OpType == OpType.Function)
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1932if (!n.HasChild0) 2340PlanCompiler.Assert(n.HasChild0, "projectOp without input?");
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
654PlanCompiler.Assert(!n.HasChild0, "scanTable with an input?"); // no more views
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
691PlanCompiler.Assert(!n.HasChild0, "scanTableOp with an input?");
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
554if (node.HasChild0)