5 references to CompileTop
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2578
LightDelegateCreator creator = compiler.
CompileTop
(node);
System\Linq\Expressions\LambdaExpression.cs (4)
146
return new Interpreter.LightCompiler().
CompileTop
(this).CreateDelegate();
159
return new Interpreter.LightCompiler().
CompileTop
(this).CreateDelegate();
226
return (TDelegate)(object)new Interpreter.LightCompiler().
CompileTop
(this).CreateDelegate();
239
return (TDelegate)(object)new Interpreter.LightCompiler().
CompileTop
(this).CreateDelegate();