1 instantiation of LambdaScope
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
906_varScopes.Push(new LambdaScope(this, _iqtCommand, args));
3 references to LambdaScope
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
913private LambdaScope ExitLambdaFunction(EdmFunction expandingEdmFunction) 918LambdaScope retScope = _varScopes.Pop() as LambdaScope;