20 references to AliasGenerator
System.Data.Entity (20)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
84plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, parameters, converter.AliasGenerator); 142plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, parameters, converter.AliasGenerator);
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
192plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, null, converter.AliasGenerator);
System\Data\Objects\ELinq\MethodCallTranslator.cs (17)
640DbExpressionBinding bindingExpr = DbExpressionBuilder.BindAs(argumentExpr, parent.AliasGenerator.Next()); 1566return parent.Skip(operand.BindAs(parent.AliasGenerator.Next()), count); 1632DbExpressionBinding joinBinding = join.BindAs(parent.AliasGenerator.Next()); 1801DbExpressionBinding operandCastBinding = operand.BindAs(parent.AliasGenerator.Next()); 1981DbProjectExpression constantProject = operand.BindAs(parent.AliasGenerator.Next()).Project(DbExpressionBuilder.Constant(1)); 2185DbExpressionBinding leftBinding = left.BindAs(parent.AliasGenerator.Next()); 2191DbExpressionBinding o = operand.BindAs(parent.AliasGenerator.Next()); 2195DbExpressionBinding rightBinding = operand.BindAs(parent.AliasGenerator.Next()); 2197DbExpressionBinding joinBinding = join.BindAs(parent.AliasGenerator.Next()); 2280DbExpressionBinding sourceBinding = source.BindAs(parent.AliasGenerator.Next()); 2554apply = applyInput.OuterApply(applyInput.Variable.Property(lojRightInput).BindAs(parent.AliasGenerator.Next())); 2558DbExpressionBinding applyBinding = apply.BindAs(parent.AliasGenerator.Next()); 2707DbExpressionBinding applyBinding = lambda.BindAs(parent.AliasGenerator.Next()); 2725DbExpressionBinding binding = source.BindAs(parent.AliasGenerator.Next()); 2765DbExpressionBinding groupByBinding = groupBy.BindAs(parent.AliasGenerator.Next()); 2822DbExpressionBinding topLevelProjectBinding = topLevelProject.BindAs(parent.AliasGenerator.Next()); 2890DbExpressionBinding joinProjectBinding = joinProject.BindAs(parent.AliasGenerator.Next());