9 references to Double
System.Runtime.InteropServices.JavaScript (9)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (4)
126Type = MarshalerType.Double 450|| underlying == MarshalerType.Double 464|| underlying == MarshalerType.Double 478|| underlying == MarshalerType.Double
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (3)
38slot.Type = MarshalerType.Double; 72slot.Type = MarshalerType.Double; 119slot.ElementType = MarshalerType.Double;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (2)
39else if (slot.Type == MarshalerType.Double) 81else if (slot.ElementType == MarshalerType.Double)