2 references to VisitApply
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
2061
return
VisitApply
(n, DbExpressionKind.CrossApply);
2067
return
VisitApply
(n, DbExpressionKind.OuterApply);