2 references to LambdaCompiler
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
186
LambdaCompiler c = new
LambdaCompiler
(tree, lambda);
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (1)
136
impl = new
LambdaCompiler
(_tree, lambda);