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