5 references to LightCompiler
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
302: this()
System\Linq\Expressions\LambdaExpression.cs (4)
146return new Interpreter.LightCompiler().CompileTop(this).CreateDelegate(); 159return new Interpreter.LightCompiler().CompileTop(this).CreateDelegate(); 226return (TDelegate)(object)new Interpreter.LightCompiler().CompileTop(this).CreateDelegate(); 239return (TDelegate)(object)new Interpreter.LightCompiler().CompileTop(this).CreateDelegate();