2 references to CurrentLambdaName
System.Core (2)
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
236
throw Error.UndefinedVariable(node.Name, node.Type,
CurrentLambdaName
);
240
throw Error.CannotCloseOverByRef(node.Name,
CurrentLambdaName
);