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