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