9 references to Single
System.Runtime.InteropServices.JavaScript (9)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (4)
135Type = MarshalerType.Single 451|| underlying == MarshalerType.Single 465|| underlying == MarshalerType.Single 479|| underlying == MarshalerType.Single
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (2)
44else if (slot.Type == MarshalerType.Single) 86else if (slot.ElementType == MarshalerType.Single)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (3)
38slot.Type = MarshalerType.Single; 72slot.Type = MarshalerType.Single; 119slot.ElementType = MarshalerType.Single;