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