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