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