1 write to m_command
System.Data.Entity (1)
System\Data\Query\InternalTrees\Vars.cs (1)
489m_command = command;
8 references to m_command
System.Data.Entity (8)
System\Data\Query\InternalTrees\Vars.cs (8)
240m_command = vec.m_command; 330VarVec tmp = m_command.CreateVarVec(other); 334m_command.ReleaseVarVec(tmp); 344VarVec otherCopy = m_command.CreateVarVec(other); 347m_command.ReleaseVarVec(otherCopy); 401return m_command.GetVarVecEnumerator(this); 470VarVec newVec = m_command.CreateVarVec(); 546VarVec newVec = m_command.CreateVarVec();