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