2 references to WriteUInt64
System.Formats.Cbor (2)
System\Formats\Cbor\Writer\CborWriter.Integer.cs (1)
51public void WriteUInt32(uint value) => WriteUInt64(value);
System\Formats\Cbor\Writer\CborWriter.Tag.cs (1)
121WriteUInt64((ulong)mantissa);