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