14 writes to ElementType
System.Runtime.InteropServices.JavaScript (14)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Byte.cs (1)
113
slot.
ElementType
= MarshalerType.Byte;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (1)
119
slot.
ElementType
= MarshalerType.Double;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
113
slot.
ElementType
= MarshalerType.Int32;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (1)
112
slot.
ElementType
= MarshalerType.JSObject;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
405
slot.
ElementType
= MarshalerType.Object;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
119
slot.
ElementType
= MarshalerType.Single;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.String.cs (1)
133
slot.
ElementType
= MarshalerType.String;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (7)
181
slot.
ElementType
= slot.Type;
190
slot.
ElementType
= slot.Type;
194
slot.
ElementType
= MarshalerType.Void;
276
slot.
ElementType
= slot.Type;
282
slot.
ElementType
= MarshalerType.Void;
353
slot.
ElementType
= slot.Type;
361
slot.
ElementType
= slot.Type;
6 references to ElementType
System.Runtime.InteropServices.JavaScript (6)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (6)
76
if (slot.
ElementType
== MarshalerType.Byte)
81
else if (slot.
ElementType
== MarshalerType.Double)
86
else if (slot.
ElementType
== MarshalerType.Single)
91
else if (slot.
ElementType
== MarshalerType.Int32)
96
else if (slot.
ElementType
== MarshalerType.Object)
103
throw new NotSupportedException(SR.Format(SR.ToManagedNotImplemented, slot.
ElementType
+ "[]"));