6 references to Object
System.Runtime.InteropServices.JavaScript (6)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
162Type = MarshalerType.Object 467|| underlying == MarshalerType.Object
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (4)
30else if (slot.Type == MarshalerType.Object) 96else if (slot.ElementType == MarshalerType.Object) 338slot.Type = MarshalerType.Object; 405slot.ElementType = MarshalerType.Object;