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