4 overrides of Visit
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
516
public override void
Visit
(UnnestOp op, Node n) {
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
737
public override void
Visit
(UnnestOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
786
public override void
Visit
(UnnestOp op, Node n)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
292
public override void
Visit
(UnnestOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
185
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }