13 references to Input
System.Data.Entity (13)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
667VisitExpressionBindingPre(expression.Input); 675VisitExpressionBindingPost(expression.Input);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
932DbExpressionBinding newInput = this.VisitExpressionBindingEnterScope(expression.Input); 936if (!object.ReferenceEquals(expression.Input, newInput) ||
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
755Dump(e.Input, "Input");
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
623VisitBinding(e.Input);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
898retInfo.Children.Add(this.VisitBinding("Input", e.Input));
System\Data\Objects\ELinq\MethodCallTranslator.cs (4)
2617if (crossApply.Input.VariableType.EdmType.BuiltInTypeKind != BuiltInTypeKind.RowType) 2621var crossApplyInputRowType = (RowType)crossApply.Input.VariableType.EdmType; 2688if (lojRight.Instance != crossApply.Input.Variable) 2698crossApplyInput = crossApply.Input;
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2397Node inputNode = EnterExpressionBinding(e.Input);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
595inputs.Add(e.Input);