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