5 references to JSObject
System.Runtime.InteropServices.JavaScript (5)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
153
Type = MarshalerType.
JSObject
468
|| underlying == MarshalerType.
JSObject
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (2)
61
slot.Type = MarshalerType.
JSObject
;
112
slot.ElementType = MarshalerType.
JSObject
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
49
else if (slot.Type == MarshalerType.
JSObject
)