6 references to Variable
System.Data.Entity (6)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (3)
92
this.RebindVariable(binding.
Variable
, result.
Variable
);
960
this.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)
810
return TranslateLambda(lambda, binding.
Variable
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
281
get { return (_referenceGroup ? _binding.GroupVariable : _binding.
Variable
); }