1 instantiation of VariableBinder
System.Core (1)
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
42
var binder = new
VariableBinder
();
3 references to VariableBinder
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
243
return
VariableBinder
.Bind(lambda);
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
42
var
binder = new VariableBinder();
57
return _guard.RunOnEmptyStack((
VariableBinder
@this, Expression e) => @this.Visit(e), this, node);