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