7 references to _bindingScopes
System.Data.Entity (7)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (7)
428_bindingScopes.Push(inputState); 469PlanCompiler.Assert(_bindingScopes.Count > 0, "ExitExpressionBindingScope called on empty ExpressionBindingScope stack"); 471RelOpInfo bindingScope = (RelOpInfo)_bindingScopes.Pop(); 494_bindingScopes.Push(newScope); 500PlanCompiler.Assert(_bindingScopes.Count > 0, "ExitGroupByScope called on empty ExpressionBindingScope stack"); 502GroupByScope groupScope = (GroupByScope)_bindingScopes.Pop(); 623foreach (IqtVarScope scope in _bindingScopes)