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