3 overrides of Visit
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
397
public override void
Visit
(PhysicalProjectOp op, Node n) {
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
800
public override void
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
260
public override void
Visit
(PhysicalProjectOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
54
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }