3 references to WriteInt64
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.Integer.cs (1)
19
public void WriteInt32(int value) =>
WriteInt64
(value);
System\Formats\Cbor\Writer\CborWriter.Tag.cs (2)
63
WriteInt64
(seconds);
115
WriteInt64
(-(long)scale);