13 references to CreateCSOwnedProxy
System.Runtime.InteropServices.JavaScript (13)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (1)
39jsException = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
174var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 194var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 216var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 240var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 430var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 452var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 477var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 502var holder = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (1)
26value = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (3)
214var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle); 300var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle); 379var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle);