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