1 write to Handle
System.Private.CoreLib (1)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
136thunkData->Handle = new WeakGCHandle<Delegate>(del, trackResurrection: true);
3 references to Handle
System.Private.CoreLib (3)
System\Runtime\InteropServices\PInvokeMarshal.cs (3)
151WeakGCHandle<Delegate> handle = ((ThunkContextData*)ContextData)->Handle; 212handle = ((ThunkContextData*)pContext)->Handle; 286handle = ((ThunkContextData*)pContext)->Handle;