6 references to ArraySegment
System.Runtime.InteropServices.JavaScript (6)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
273Type = MarshalerType.ArraySegment, 489|| underlying == MarshalerType.ArraySegment
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Byte.cs (1)
143slot.Type = MarshalerType.ArraySegment;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (1)
149slot.Type = MarshalerType.ArraySegment;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
144slot.Type = MarshalerType.ArraySegment;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
149slot.Type = MarshalerType.ArraySegment;