1 write to m_command
System.Data.Entity (1)
System\Data\Query\InternalTrees\Vars.cs (1)
240m_command = vec.m_command;
2 references to m_command
System.Data.Entity (2)
System\Data\Query\InternalTrees\Vars.cs (2)
251get { return (m_position >= 0 && m_position < m_bitArray.Count) ? m_command.GetVar(m_position) : (Var)null; } 298m_command.ReleaseVarVecEnumerator(this);