2 references to LambdaCompiler
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
229
LambdaCompiler c = new
LambdaCompiler
(tree, lambda, method);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
130
impl = new
LambdaCompiler
(_tree, lambda, mb);