4 references to Value
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
318return m_destCmd.CreateNode(m_destCmd.CreateConstantPredicateOp(op.Value));
System\Data\Query\InternalTrees\ScalarOps.cs (2)
266internal bool IsTrue { get { return this.Value; } } 271internal bool IsFalse { get { return this.Value == false; } }
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1207newNode = context.Command.CreateNode(context.Command.CreateConstantPredicateOp(!pred.Value));