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