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