3 references to Exists
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
893
case OpType.
Exists
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1364
: base(OpType.
Exists
, type)
1367
private ExistsOp() : base(OpType.
Exists
) { }