3 overrides of Visit
System.Data.Entity (3)
System\Data\Query\InternalTrees\OpCopier.cs (1)
556
public override Node
Visit
(CastOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1035
public override DbExpression
Visit
(CastOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1825
public override Node
Visit
(CastOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
617
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }