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