1 write to InvokeThunk
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
60
InvokeThunk
= invokeThunk;
10 references to InvokeThunk
System.Private.CoreLib (9)
System\Reflection\DynamicInvokeInfo.cs (9)
230
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
296
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
362
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, null);
373
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);
504
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);
560
ret = ref RawCalliHelper.Call(
InvokeThunk
, (void*)methodToCall, ref thisArg, ref ret, pByRefStorage);
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
101
return ((MethodInvokerWithMethodInvokeInfo)invoker).MethodInvokeInfo.
InvokeThunk
;