1 instantiation of GroupByScope
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
493GroupByScope newScope = new GroupByScope(newBinding, inputInfo.PublishedVars);
6 references to GroupByScope
System.Data.Entity (6)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (6)
482private GroupByScope EnterGroupByScope(Node inputNode) 493GroupByScope newScope = new GroupByScope(newBinding, inputInfo.PublishedVars); 498private void ExitGroupByScope(GroupByScope scope) 502GroupByScope groupScope = (GroupByScope)_bindingScopes.Pop(); 1676GroupByScope inputInfo = EnterGroupByScope(n.Child0);