2 references to VisitSetOpArgument
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
2148
DbExpression left =
VisitSetOpArgument
(n.Child0, op.Outputs, op.VarMap[0]);
2149
DbExpression right =
VisitSetOpArgument
(n.Child1, op.Outputs, op.VarMap[1]);