4 overrides of Visit
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
351public override Node Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
709public override DbExpression Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\Normalizer.cs (1)
220public override Node Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1119public override Node Visit(FunctionOp op, Node n)
2 references to Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
413internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.Visit(this, n); }
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1179return base.Visit(op, n);