1 write to Thunk
System.Private.CoreLib (1)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
114
Thunk
= RuntimeAugments.AllocateThunk(s_thunkPoolHeap);
5 references to Thunk
System.Private.CoreLib (5)
System\Runtime\InteropServices\PInvokeMarshal.cs (5)
73
return GetPInvokeDelegates().GetOrAdd(del, s_AllocateThunk ??= AllocateThunk).
Thunk
;
115
if (
Thunk
== IntPtr.Zero)
143
RuntimeAugments.SetThunkData(s_thunkPoolHeap,
Thunk
, ContextData, pTarget);
169
if (
Thunk
!= IntPtr.Zero)
171
RuntimeAugments.FreeThunk(s_thunkPoolHeap,
Thunk
);