1 override of Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
391
public override void
Visit
(GetEntityRefOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1507
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }