5 references to DateTime
System.Runtime.InteropServices.JavaScript (5)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
189
Type = MarshalerType.
DateTime
453
|| underlying == MarshalerType.
DateTime
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.DateTime.cs (2)
109
slot.Type = MarshalerType.
DateTime
;
143
slot.Type = MarshalerType.
DateTime
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
64
else if (slot.Type == MarshalerType.
DateTime
)