9 references to GetExtendedNodeInfo
System.Data.Entity (9)
System\Data\Query\InternalTrees\Command.cs (1)
1527return n.GetExtendedNodeInfo(this);
System\Data\Query\InternalTrees\NodeInfo.cs (2)
384return n.GetExtendedNodeInfo(m_command); 1064ExtendedNodeInfo childNodeInfo = n.Children[i].GetExtendedNodeInfo(m_command);
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
63ExtendedNodeInfo nodeInfo = node.GetExtendedNodeInfo(m_command); 137ExtendedNodeInfo childNodeInfo = n.Child0.GetExtendedNodeInfo(m_command);
System\Data\Query\PlanCompiler\NestPullup.cs (4)
543ExtendedNodeInfo xni = newJoinApplyNode.GetExtendedNodeInfo(Command); 1154externalReferences.And(projectNode.GetExtendedNodeInfo(Command).Definitions); 1406leftCorrelationVars.Or(nestNode.Children[i].GetExtendedNodeInfo(Command).ExternalReferences); 1408leftCorrelationVars.And(nestNode.Child0.GetExtendedNodeInfo(this.Command).Definitions);