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