2 references to Compile
System.Linq.Expressions (2)
System\Linq\Expressions\LambdaExpression.cs (2)
141
return Compiler.LambdaCompiler.
Compile
(this);
221
return (TDelegate)(object)Compiler.LambdaCompiler.
Compile
(this);