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