5 references to Boolean
System.Runtime.InteropServices.JavaScript (5)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
62
Type = MarshalerType.
Boolean
443
if (underlying == MarshalerType.
Boolean
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Bool.cs (2)
38
slot.Type = MarshalerType.
Boolean
;
72
slot.Type = MarshalerType.
Boolean
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
34
else if (slot.Type == MarshalerType.
Boolean
)