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