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