1 write to m_command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
51m_command = command;
29 references to m_command
System.Data.Entity (29)
System\Data\Query\PlanCompiler\KeyPullup.cs (29)
63ExtendedNodeInfo nodeInfo = node.GetExtendedNodeInfo(m_command); 108m_command.RecomputeNodeInfo(n); 123m_command.RecomputeNodeInfo(n); 137ExtendedNodeInfo childNodeInfo = n.Child0.GetExtendedNodeInfo(m_command); 140VarVec outputVars = m_command.CreateVarVec(op.Outputs); 148m_command.RecomputeNodeInfo(n); 230Var outputBranchDiscriminatorVar = m_command.CreateSetOpVar(m_command.IntegerType); 239ExtendedNodeInfo branchNodeInfo = m_command.GetExtendedNodeInfo(branchNode); 249keyVarsMissingFromOutput[i] = m_command.CreateVarVec(existingKeyVars); 270Var newKeyVar = m_command.CreateSetOpVar(v.Type); 280ExtendedNodeInfo branchNodeInfo = m_command.GetExtendedNodeInfo(branchNode); 282VarVec branchOutputVars = m_command.CreateVarVec(); 317m_command.CreateVarDefNode( 318m_command.CreateNode( 319m_command.CreateConstantOp(m_command.IntegerType, m_command.NextBranchDiscriminatorValue)), out branchDiscriminatorVar)); 334m_command.CreateVarDefNode( 335m_command.CreateNode( 336m_command.CreateNullOp(keyVar.Type)), out keyVar)); 367n.Children[i] = m_command.CreateNode(m_command.CreateProjectOp(branchOutputVars), 369m_command.CreateNode(m_command.CreateVarDefListOp(), varDefNodes)); 373m_command.RecomputeNodeInfo(n.Children[i]); 374ExtendedNodeInfo projectNodeInfo = m_command.GetExtendedNodeInfo(n.Children[i]); 382n.Op = m_command.CreateUnionAllOp(op.VarMap[0], op.VarMap[1], outputBranchDiscriminatorVar); 386m_command.RecomputeNodeInfo(n);