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