5 references to
System.Data.Entity (5)
System\Data\Query\InternalTrees\ScalarOps.cs (5)
87
private ConstantOp() :
base
(OpType.Constant) { }
126
private NullOp() :
base
(OpType.Null) { }
167
private InternalConstantOp() :
base
(OpType.InternalConstant) { }
208
private NullSentinelOp() :
base
(OpType.NullSentinel) { }
248
:
base
(OpType.ConstantPredicate)