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