16 references to Right
System.Data.Entity (16)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
649VisitExpressionBindingPre(expression.Right); 654VisitExpressionBindingPost(expression.Right);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
898DbExpressionBinding newRight = this.VisitExpressionBinding(expression.Right); 905!object.ReferenceEquals(expression.Right, newRight) ||
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
2233DbExpression right = DbExpressionBuilder.Property(joinBinding.Variable, joinExpression.Right.VariableName);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
747Dump(e.Right, "Right");
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
613VisitBinding(e.Right);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
889retInfo.Children.Add(this.VisitBinding("Right", e.Right));
System\Data\Mapping\Update\Internal\Propagator.cs (1)
146DbExpression rightExpr = node.Right.Expression;
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
136rightBlock.SetJoinTreeContext(joinTreeCtxParentQualifiers, join.Right.VariableName);
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
2649rightProjectProjection.Property.Name != loj.Right.VariableName || 2683if (loj.Right.Expression.ExpressionKind != DbExpressionKind.Property) 2687var lojRight = (DbPropertyExpression)loj.Right.Expression;
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2272inputs.Add(e.Right);
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
452bool rightNeedsRewrite = VisitExpressionBinding(expression.Right);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1651inputs.Add(e.Right);