2 references to ExpressionBindingScope
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
836
_varScopes.Push(new
ExpressionBindingScope
(_iqtCommand, bindingName, boundVar));
2487
scope = new
ExpressionBindingScope
(_iqtCommand, e.Input.GroupVariableName, scope.ScopeVar);