1 write to m_falseOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
77
m_falseOp
= new ConstantPredicateOp(m_boolType, false);
2 references to m_falseOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (2)
666
return value ? m_trueOp :
m_falseOp
;
683
return
m_falseOp
;