5 references to String
System.Runtime.InteropServices.JavaScript (5)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
171
Type = MarshalerType.
String
466
|| underlying == MarshalerType.
String
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
54
else if (slot.Type == MarshalerType.
String
)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.String.cs (2)
52
slot.Type = MarshalerType.
String
;
133
slot.ElementType = MarshalerType.
String
;