5 overrides of Visit
System.Data.Entity (5)
System\Data\Query\InternalTrees\OpCopier.cs (1)
362
public override Node
Visit
(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
403
public override Node
Visit
(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
718
public override DbExpression
Visit
(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2406
public override Node
Visit
(PropertyOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1332
public override Node
Visit
(PropertyOp op, Node n)
2 references to Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
467
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
407
return base.
Visit
(op, n);