2 overrides of Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
533public override Node Visit(ArithmeticOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
730public override DbExpression Visit(ArithmeticOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1300internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.Visit(this, n); }