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