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