1 instantiation of VarDefScope
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
540_varScopes.Push(new VarDefScope(varDefs));
2 references to VarDefScope
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
325private Stack<VarDefScope> _varScopes = new Stack<VarDefScope>();