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