1 write to m_command
System.Data.Entity (1)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
369m_command = command;
8 references to m_command
System.Data.Entity (8)
System\Data\Query\InternalTrees\NodeInfo.cs (8)
357nodeInfo.ComputeHashValue(this.m_command, n); // compute the hash value for this node 380return n.GetNodeInfo(m_command); 384return n.GetExtendedNodeInfo(m_command); 644VarVec keyVec = m_command.CreateVarVec(relOpChildNodeInfo.Keys.KeyVars); 648VarVec opVars = m_command.CreateVarVec(op.Outputs); 1060VarVec nodeKeys = m_command.CreateVarVec(); 1064ExtendedNodeInfo childNodeInfo = n.Children[i].GetExtendedNodeInfo(m_command); 1291VarVec missingKeys = m_command.CreateVarVec(driverChildNodeInfo.Keys.KeyVars);