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