15 references to m_command
System.Data.Entity (15)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (15)
255m_command.RecomputeNodeInfo(n); 265m_command.RecomputeNodeInfo(n); 307return m_command.CreateNode(op, newChildren); 324if (n == m_command.Root) 442ExtendedNodeInfo nodeInfo = m_command.GetExtendedNodeInfo(n.Child0); 446m_command.RecomputeNodeInfo(n); 512return m_command.CreateNode(m_command.CreateSingleRowTableOp()); 515m_command.RecomputeNodeInfo(n); 535VarVec constantKeyVars = this.m_command.CreateVarVec(constantKeys.Select(d => ((VarDefOp)d.Op).Var)); 573result = m_command.CreateNode(m_command.CreateGroupByOp(newOp.Keys, newOp.Outputs), 608m_command.RecomputeNodeInfo(n); 657m_command.RecomputeNodeInfo(n); 723m_command.RecomputeNodeInfo(n);