8 references to Int32
System.Runtime.InteropServices.JavaScript (8)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (4)
99
Type = MarshalerType.
Int32
446
|| underlying == MarshalerType.
Int32
463
|| underlying == MarshalerType.
Int32
477
|| underlying == MarshalerType.
Int32
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (3)
38
slot.Type = MarshalerType.
Int32
;
72
slot.Type = MarshalerType.
Int32
;
113
slot.ElementType = MarshalerType.
Int32
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
91
else if (slot.ElementType == MarshalerType.
Int32
)