2 writes to BooleanValue
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Bool.cs (2)
39slot.BooleanValue = value; 73slot.BooleanValue = value.Value;
2 references to BooleanValue
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Bool.cs (2)
25value = slot.BooleanValue; 57value = slot.BooleanValue;