2 instantiations of ExpressionBindingScope
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
836_varScopes.Push(new ExpressionBindingScope(_iqtCommand, bindingName, boundVar)); 2487scope = new ExpressionBindingScope(_iqtCommand, e.Input.GroupVariableName, scope.ScopeVar);
8 references to ExpressionBindingScope
System.Data.Entity (8)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (8)
843private ExpressionBindingScope ExitExpressionBinding() 848ExpressionBindingScope retScope = _varScopes.Pop() as ExpressionBindingScope; 866ExpressionBindingScope retScope = _varScopes.Pop() as ExpressionBindingScope; 2457ExpressionBindingScope scope; 2480ExpressionBindingScope copyOfScope; //not needed 2581private void ExtractKeys(DbGroupByExpression e, VarVec keyVarSet, VarVec outputVarSet, out Node inputNode, out List<Node> keyVarDefNodes, out ExpressionBindingScope scope)