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