3 references to ReadCborNegativeIntegerRepresentation
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.SkipValue.cs (1)
82ReadCborNegativeIntegerRepresentation();
System\Formats\Cbor\Reader\CborReader.Tag.cs (1)
237mantissa = -1m - ReadCborNegativeIntegerRepresentation();
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHelpers.cs (1)
226ulong cborNegativeIntRepresentation = reader.ReadCborNegativeIntegerRepresentation();