6 references to Variable
System.Data.Entity (6)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (3)
92this.RebindVariable(binding.Variable, result.Variable); 960this.EnterScope(newInput.Variable);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3409((SourceScopeEntry)scopeEntry).AdjustToGroupVar(groupInputBinding.Variable, groupInputBinding.GroupVariable, groupAggregateBinding.Variable);
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
810return TranslateLambda(lambda, binding.Variable);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
281get { return (_referenceGroup ? _binding.GroupVariable : _binding.Variable); }