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