1 instantiation of PInvokeDelegateThunk
System.Private.CoreLib (1)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
189
return new
PInvokeDelegateThunk
(del);
5 references to PInvokeDelegateThunk
System.Private.CoreLib (5)
System\Runtime\InteropServices\PInvokeMarshal.cs (5)
80
private static ConditionalWeakTable<Delegate,
PInvokeDelegateThunk
> s_pInvokeDelegates;
81
private static Func<Delegate,
PInvokeDelegateThunk
> s_AllocateThunk;
83
private static ConditionalWeakTable<Delegate,
PInvokeDelegateThunk
> GetPInvokeDelegates()
92
new ConditionalWeakTable<Delegate,
PInvokeDelegateThunk
>(),
176
private static unsafe
PInvokeDelegateThunk
AllocateThunk(Delegate del)