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