2 references to UndefinedVariable
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
281throw Error.UndefinedVariable(variable.Name, variable.Type, CurrentLambdaName);
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
256throw Error.UndefinedVariable(node.Name, node.Type, CurrentLambdaName);