4 references to Tag
System.Formats.Cbor (4)
System\Formats\Cbor\Reader\CborReader.PeekState.cs (1)
126
case CborMajorType.
Tag
: return CborReaderState.Tag;
System\Formats\Cbor\Reader\CborReader.Tag.cs (1)
284
CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.
Tag
);
System\Formats\Cbor\Writer\CborWriter.cs (1)
308
throw new InvalidOperationException(SR.Format(SR.Cbor_PopMajorTypeMismatch, (int)CborMajorType.
Tag
));
System\Formats\Cbor\Writer\CborWriter.Tag.cs (1)
27
WriteUnsignedInteger(CborMajorType.
Tag
, (ulong)tag);