3 references to InterpretedInvoke_Constructor
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.Constructor.cs (2)
51
ret =
InterpretedInvoke_Constructor
(obj, pByRefStorage);
73
return
InterpretedInvoke_Constructor
(obj, null);
src\System\Reflection\MethodBaseInvoker.CoreCLR.cs (1)
23
_invokeFunc_RefArgs =
InterpretedInvoke_Constructor
;