1 write to InvokeThunk
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
59
InvokeThunk
= invokeThunk;
10 references to InvokeThunk
System.Private.CoreLib (9)
System\Reflection\DynamicInvokeInfo.cs (9)
228
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
294
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
360
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
371
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByrefStorage);
426
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
473
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
506
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
536
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
557
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
72
return ((MethodInvokerWithMethodInvokeInfo)invoker).MethodInvokeInfo.
InvokeThunk
;