43 references to GetExtendedNodeInfo
System.Data.Entity (43)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2256ExtendedNodeInfo childNodeInfo = _iqtCommand.GetExtendedNodeInfo(n.Child0);
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
654ExtendedNodeInfo leftInputNodeInfo = m_command.GetExtendedNodeInfo(joinNode.Child0); 655ExtendedNodeInfo rightInputNodeInfo = m_command.GetExtendedNodeInfo(joinNode.Child1);
System\Data\Query\PlanCompiler\KeyPullup.cs (3)
239ExtendedNodeInfo branchNodeInfo = m_command.GetExtendedNodeInfo(branchNode); 280ExtendedNodeInfo branchNodeInfo = m_command.GetExtendedNodeInfo(branchNode); 374ExtendedNodeInfo projectNodeInfo = m_command.GetExtendedNodeInfo(n.Children[i]);
System\Data\Query\PlanCompiler\NestPullup.cs (4)
819if (!Command.GetExtendedNodeInfo(sortNode).ExternalReferences.IsSet(key.Var)) 1267VarVec keyVars = Command.GetExtendedNodeInfo(nestOpInput).Keys.KeyVars; 2180ExtendedNodeInfo drivingNodeInfo = Command.GetExtendedNodeInfo(drivingNode); 2455ExtendedNodeInfo inputNodeInfo = Command.GetExtendedNodeInfo(input);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
442ExtendedNodeInfo nodeInfo = m_command.GetExtendedNodeInfo(n.Child0);
System\Data\Query\PlanCompiler\TransformationRules.cs (32)
163ExtendedNodeInfo nodeInfo = Command.GetExtendedNodeInfo(relOpAncestor); 1394ExtendedNodeInfo filterNodeInfo = command.GetExtendedNodeInfo(filterNode); 1402ExtendedNodeInfo inputNodeInfo = command.GetExtendedNodeInfo(filterNode.Child0); 1819ExtendedNodeInfo rightTableNodeInfo = command.GetExtendedNodeInfo(rightInputNode); 1829ExtendedNodeInfo leftTableInfo = command.GetExtendedNodeInfo(leftInputNode); 1969ExtendedNodeInfo rightTableNodeInfo = command.GetExtendedNodeInfo(applyRightInputNode); 2029ExtendedNodeInfo childNodeInfo = trc.Command.GetExtendedNodeInfo(n.Child0); 2149ExtendedNodeInfo projectNodeInfo = trc.Command.GetExtendedNodeInfo(projectNode); 2233ExtendedNodeInfo nodeInfo = command.GetExtendedNodeInfo(n); 2339ExtendedNodeInfo relOpInputNodeInfo = command.GetExtendedNodeInfo(n.Child0); 2440ExtendedNodeInfo applyLeftChildNodeInfo = command.GetExtendedNodeInfo(applyNode.Child0); 2520ExtendedNodeInfo filterInputNodeInfo = command.GetExtendedNodeInfo(filterInputNode); 2521ExtendedNodeInfo applyLeftChildNodeInfo = command.GetExtendedNodeInfo(applyNode.Child0); 2608ExtendedNodeInfo joinNodeInfo = command.GetExtendedNodeInfo(joinNode); 2647ExtendedNodeInfo applyNodeInfo = command.GetExtendedNodeInfo(applyNode); 2710ExtendedNodeInfo inputNodeInfo = context.Command.GetExtendedNodeInfo(projectNode.Child0); 2730ExtendedNodeInfo projectInputNodeInfo = command.GetExtendedNodeInfo(projectNode.Child0); 2796ExtendedNodeInfo applyLeftChildNodeInfo = command.GetExtendedNodeInfo(applyNode.Child0); 2834ExtendedNodeInfo applyRightChildNodeInfo = command.GetExtendedNodeInfo(applyRightChild); 2835ExtendedNodeInfo applyLeftChildNodeInfo = command.GetExtendedNodeInfo(applyLeftChild); 2919ExtendedNodeInfo applyRightChildNodeInfo = command.GetExtendedNodeInfo(applyNode.Child1); 2929ExtendedNodeInfo applyLeftChildNodeInfo = command.GetExtendedNodeInfo(applyNode.Child0); 3478ExtendedNodeInfo otherChildInfo = command.GetExtendedNodeInfo(joinNode.Children[otherNodeIdx]); 3708ExtendedNodeInfo childNodeInfo = context.Command.GetExtendedNodeInfo(singleRowNode.Child0); 3814bool leftChildIsEmptySet = context.Command.GetExtendedNodeInfo(setOpNode.Child0).MaxRows == RowCount.Zero; 3815bool rightChildIsEmptySet = context.Command.GetExtendedNodeInfo(setOpNode.Child1).MaxRows == RowCount.Zero; 3891ExtendedNodeInfo nodeInfo = command.GetExtendedNodeInfo(n); 3991VarVec projectDefinitions = command.GetExtendedNodeInfo(projectNode).LocalDefinitions; 4180ExtendedNodeInfo nodeInfo = command.GetExtendedNodeInfo(n.Child0); 4349ExtendedNodeInfo nodeInfo = ((TransformationRulesContext)context).Command.GetExtendedNodeInfo(n.Child0); 4388ExtendedNodeInfo nodeInfo = ((TransformationRulesContext)context).Command.GetExtendedNodeInfo(n.Child0); 4430ExtendedNodeInfo nodeInfo = command.GetExtendedNodeInfo(n.Child0);