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