6 references to NegativeInteger
System.Formats.Cbor (6)
System\Formats\Cbor\Reader\CborReader.Integer.cs (3)
97
CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.
NegativeInteger
);
114
case CborMajorType.
NegativeInteger
:
133
case CborMajorType.
NegativeInteger
:
System\Formats\Cbor\Reader\CborReader.PeekState.cs (1)
113
case CborMajorType.
NegativeInteger
: return CborReaderState.NegativeInteger;
System\Formats\Cbor\Writer\CborWriter.Integer.cs (2)
33
WriteUnsignedInteger(CborMajorType.
NegativeInteger
, unsignedRepresentation);
81
WriteUnsignedInteger(CborMajorType.
NegativeInteger
, value);