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