2 writes to GCHandle
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.Types.cs (2)
26
GCHandle
= (IntPtr)InteropServices.GCHandle.Alloc(this, GCHandleType.Normal);
36
GCHandle
= gcvHandle;
3 references to GCHandle
System.Runtime.InteropServices.JavaScript (3)
System\Runtime\InteropServices\JavaScript\CancelablePromise.cs (1)
27
Interop.Runtime.CancelPromise(holder.
GCHandle
);
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (1)
305
res.slot.GCHandle = holder.
GCHandle
;
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (1)
570
((GCHandle)holder.
GCHandle
).Free();