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