2 instantiations of ExistsOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
963return new ExistsOp(this.BooleanType);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1374internal static readonly ExistsOp Pattern = new ExistsOp();
10 references to ExistsOp
System.Data.Entity (10)
System\Data\Query\InternalTrees\Command.cs (1)
961internal ExistsOp CreateExistsOp()
System\Data\Query\InternalTrees\OpCopier.cs (1)
614public override Node Visit(ExistsOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1374internal static readonly ExistsOp Pattern = new ExistsOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
409public virtual void Visit(ExistsOp op, Node n) 1432public virtual TResultType Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1068public override DbExpression Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
361public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\Normalizer.cs (1)
83public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1106public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
777public override Node Visit(ExistsOp op, Node n)