10 references to Array
System.Runtime.InteropServices.JavaScript (10)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
255
Type = MarshalerType.
Array
,
488
if (underlying == MarshalerType.
Array
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Byte.cs (1)
111
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (1)
116
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
110
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (1)
111
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (2)
74
else if (slot.Type == MarshalerType.
Array
)
392
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
116
slot.Type = MarshalerType.
Array
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.String.cs (1)
119
slot.Type = MarshalerType.
Array
;