14 references to GetJSOwnedObjectGCHandle
System.Runtime.InteropServices.JavaScript (14)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Byte.cs (1)
145slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(value.Array, GCHandleType.Pinned);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (1)
151slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(value.Array, GCHandleType.Pinned);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (1)
98slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cpy);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
522slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 544slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 570slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 600slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 622slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 648slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 678slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb); 712slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(cb);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
145slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(value.Array, GCHandleType.Pinned);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
340slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(value);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
151slot.GCHandle = ctx.GetJSOwnedObjectGCHandle(value.Array, GCHandleType.Pinned);