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