2 overrides of Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (1)
432
public override void
Visit
(RelPropertyOp op, Node n) {
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
478
public override void
Visit
(RelPropertyOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
970
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }