2 references to Run
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
272return targetLambda.Run(args);
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
365return System.Dynamic.Utils.DelegateHelpers.CreateObjectArrayDelegate(delegateType, Run);