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