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