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