9 references to GetNodeInfo
System.Data.Entity (9)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
172
NodeInfo chiNodeInfo = cmd.
GetNodeInfo
(chi);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1232
externalReferences.Or(Command.
GetNodeInfo
(physicalProjectNode).ExternalReferences);
System\Data\Query\PlanCompiler\Predicate.cs (2)
303
NodeInfo nodeInfo = m_command.
GetNodeInfo
(part);
495
NodeInfo otherNodeInfo = m_command.
GetNodeInfo
(right);
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
460
NodeInfo nodeInfo = this.Command.
GetNodeInfo
(subTree);
524
NodeInfo nodeInfo = Command.
GetNodeInfo
(node);
2189
NodeInfo nodeInfo = context.Command.
GetNodeInfo
(n);
2439
NodeInfo filterInputNodeInfo = command.
GetNodeInfo
(filterNode.Child0);
2588
NodeInfo filterPredicateNodeInfo = command.
GetNodeInfo
(filterNode.Child1);