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