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