1 write to m_command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
60
m_command
= command;
12 references to m_command
System.Data.Entity (12)
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
3206
m_command
.RecomputeNodeInfo(subTree);
3220
Var newVar =
m_command
.CreateComputedVar(n.Child0.Op.Type);
3221
n.Op =
m_command
.CreateVarDefOp(newVar);
3237
ScanTableOp newScanTableOp =
m_command
.CreateScanTableOp(op.Table.TableMetadata);
3238
VarDefListOp varDefListOp =
m_command
.CreateVarDefListOp();
3259
Var newVar =
m_command
.CreateSetOpVar(m_oldVar.Type);
System\Data\Query\PlanCompiler\VarRemapper.cs (6)
109
m_command
.RecomputeNodeInfo(subTree);
164
VarVec newVec =
m_command
.CreateVarVec(MapVars(vec));
191
VarVec sortVars =
m_command
.CreateVarVec();
246
n.Op =
m_command
.CreateVarRefOp(newVar);
266
n.Op =
m_command
.CreatePhysicalProjectOp(op.Outputs, newColumnMap);
298
n.Op =
m_command
.CreateUnnestOp(newVar, op.Table);