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