4 references to Compile
System.Core (4)
Microsoft\Scripting\Ast\LambdaExpression.cs (4)
129
return LambdaCompiler.
Compile
(this, null);
139
return LambdaCompiler.
Compile
(this, debugInfoGenerator);
200
return (TDelegate)(object)LambdaCompiler.
Compile
(this, null);
210
return (TDelegate)(object)LambdaCompiler.
Compile
(this, debugInfoGenerator);