11 references to Apply
System.Data.Entity (11)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
670
if (expression.
Apply
!= null)
672
VisitExpression(expression.
Apply
.Expression);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
933
DbExpressionBinding newApply = this.VisitExpressionBinding(expression.
Apply
);
937
!object.ReferenceEquals(expression.
Apply
, newApply))
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
756
Dump(e.
Apply
, "Apply");
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
624
VisitBinding(e.
Apply
);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
899
retInfo.Children.Add(this.VisitBinding("Apply", e.
Apply
));
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
2625
if (crossApply.
Apply
.Expression.ExpressionKind != DbExpressionKind.Project)
2629
var rightProject = (DbProjectExpression)crossApply.
Apply
.Expression;
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2405
Node applyNode = EnterExpressionBinding(e.
Apply
);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
596
inputs.Add(e.
Apply
);