1 write to m_command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\Predicate.cs (1)
68m_command = command;
10 references to m_command
System.Data.Entity (10)
System\Data\Query\PlanCompiler\Predicate.cs (10)
119andNode = m_command.CreateNode(m_command.CreateConditionalOp(OpType.And), 160otherPredicates = new Predicate(m_command); 183Predicate joinPredicate = new Predicate(m_command); 184otherPredicates = new Predicate(m_command); 296singleTablePredicates.Add(new Predicate(m_command)); 298otherPredicates = new Predicate(m_command); 299VarVec externalRefs = m_command.CreateVarVec(); 303NodeInfo nodeInfo = m_command.GetNodeInfo(part); 495NodeInfo otherNodeInfo = m_command.GetNodeInfo(right);