6 references to InvokeFunc_Obj4Args
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
28
private
InvokeFunc_Obj4Args
? _invokeFunc_Obj4Args;
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokerEmitUtil.cs (3)
19
public static
InvokeFunc_Obj4Args
CreateInvokeDelegate_Obj4Args(MethodBase method, bool backwardsCompat)
83
return (
InvokeFunc_Obj4Args
)dm.CreateDelegate(typeof(
InvokeFunc_Obj4Args
), target: null);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
29
private
InvokeFunc_Obj4Args
? _invokeFunc_Obj4Args;
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (1)
135
ref
InvokeFunc_Obj4Args
? invokeFunc_Obj4Args,