16 references to Left
System.Data.Entity (16)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
648VisitExpressionBindingPre(expression.Left); 653VisitExpressionBindingPost(expression.Left);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
897DbExpressionBinding newLeft = this.VisitExpressionBinding(expression.Left); 904if (!object.ReferenceEquals(expression.Left, newLeft) ||
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
2232DbExpression left = DbExpressionBuilder.Property(joinBinding.Variable, joinExpression.Left.VariableName);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
746Dump(e.Left, "Left");
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
612VisitBinding(e.Left);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
888retInfo.Children.Add(this.VisitBinding("Left", e.Left));
System\Data\Mapping\Update\Internal\Propagator.cs (1)
145DbExpression leftExpr = node.Left.Expression;
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (2)
126leftmostBlock.SetJoinTreeContext(joinTreeCtxParentQualifiers, join.Left.VariableName); 132joinTreeCtxParentQualifiers.Add(join.Left.VariableName);
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
2669if (loj.Left.Expression.ExpressionKind != DbExpressionKind.NewInstance) 2673var lojLeft = (DbNewInstanceExpression)loj.Left.Expression;
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2271inputs.Add(e.Left);
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
451bool leftNeedsRewrite = VisitExpressionBinding(expression.Left);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1650inputs.Add(e.Left);