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