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