45 references to RecomputeNodeInfo
System.Data.Entity (45)
System\Data\Query\InternalTrees\Nodes.cs (1)
184command.RecomputeNodeInfo(this);
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
165this.Command.RecomputeNodeInfo(n);
System\Data\Query\PlanCompiler\KeyPullup.cs (5)
108m_command.RecomputeNodeInfo(n); 123m_command.RecomputeNodeInfo(n); 148m_command.RecomputeNodeInfo(n); 373m_command.RecomputeNodeInfo(n.Children[i]); 386m_command.RecomputeNodeInfo(n);
System\Data\Query\PlanCompiler\NestPullup.cs (11)
683Command.RecomputeNodeInfo(n); 684Command.RecomputeNodeInfo(nestOpNode); 825this.Command.RecomputeNodeInfo(n); 827this.Command.RecomputeNodeInfo(sortNode); 958Command.RecomputeNodeInfo(newNode); 1166Command.RecomputeNodeInfo(projectNode); 1167Command.RecomputeNodeInfo(nestNode); 1488Command.RecomputeNodeInfo(projectNode); 1492Command.RecomputeNodeInfo(nestNode); 1536Command.RecomputeNodeInfo(n); 2790m_command.RecomputeNodeInfo(n);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (7)
255m_command.RecomputeNodeInfo(n); 265m_command.RecomputeNodeInfo(n); 446m_command.RecomputeNodeInfo(n); 515m_command.RecomputeNodeInfo(n); 608m_command.RecomputeNodeInfo(n); 657m_command.RecomputeNodeInfo(n); 723m_command.RecomputeNodeInfo(n);
System\Data\Query\PlanCompiler\TransformationRules.cs (19)
114this.Command.RecomputeNodeInfo(node); 162Command.RecomputeNodeInfo(relOpAncestor); 439Command.RecomputeNodeInfo(n); 513Command.RecomputeNodeInfo(n); 1595trc.Command.RecomputeNodeInfo(newPredicateNode); 2144trc.Command.RecomputeNodeInfo(varDefNode); 2370command.RecomputeNodeInfo(varDefNode); 2385command.RecomputeNodeInfo(n.Child1); 2576command.RecomputeNodeInfo(varDefNode); 2577command.RecomputeNodeInfo(projectNode.Child1); 2599context.Command.RecomputeNodeInfo(projectNode); 2654context.Command.RecomputeNodeInfo(applyNode); 2774command.RecomputeNodeInfo(varDefNode); 2782command.RecomputeNodeInfo(varDefListNode); 2789command.RecomputeNodeInfo(applyNode); 3206m_command.RecomputeNodeInfo(subTree); 3488context.Command.RecomputeNodeInfo(joinNode); 3758context.Command.RecomputeNodeInfo(singleRowNode); 4090m_command.RecomputeNodeInfo(result);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
109m_command.RecomputeNodeInfo(subTree);