8 references to InvokeMethod
mscorlib (8)
system\reflection\ConstructorInfo.cs (4)
653
Object retValue = RuntimeMethodHandle.
InvokeMethod
(obj, arguments, sig, false);
659
return RuntimeMethodHandle.
InvokeMethod
(obj, null, sig, false);
753
Object retValue = RuntimeMethodHandle.
InvokeMethod
(null, arguments, sig, true);
759
return RuntimeMethodHandle.
InvokeMethod
(null, null, sig, true);
system\reflection\emit\dynamicmethod.cs (2)
744
retValue = RuntimeMethodHandle.
InvokeMethod
(null, arguments, sig, false);
751
retValue = RuntimeMethodHandle.
InvokeMethod
(null, null, sig, false);
system\reflection\methodinfo.cs (2)
758
return RuntimeMethodHandle.
InvokeMethod
(obj, null, Signature, false);
761
Object retValue = RuntimeMethodHandle.
InvokeMethod
(obj, arguments, Signature, false);