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)
325
private Stack<
VarDefScope
> _varScopes = new Stack<
VarDefScope
>();