3 overrides of Visit
System.Data.Entity (3)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
798
public override NodeInfo
Visit
(CrossJoinOp op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
845
public override Node
Visit
(CrossJoinOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1945
public override DbExpression
Visit
(CrossJoinOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
251
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }