5 references to _varScopes
System.Data.Entity (5)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (5)
540
_varScopes
.Push(new VarDefScope(varDefs));
558
PlanCompiler.Assert(
_varScopes
.Count > 0, "ExitVarDefScope called on empty VarDefScope stack");
559
_varScopes
.Pop();
606
if (
_varScopes
.Count > 0)
608
if (!
_varScopes
.Peek().TryResolveVar(compVar, out retExpr))