4 references to OuterApply
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
946result = CqtBuilder.OuterApply(newInput, newApply);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
2029return CreateApply(source, apply, DbExpressionBuilder.OuterApply); 2712return OuterApply(input, apply);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2554apply = applyInput.OuterApply(applyInput.Variable.Property(lojRightInput).BindAs(parent.AliasGenerator.Next()));