6 references to CborInitialByte
System.Formats.Cbor (6)
System\Formats\Cbor\CborConformanceLevel.cs (2)
253int leftMt = (int)new CborInitialByte(left[0]).MajorType; 254int rightMt = (int)new CborInitialByte(right[0]).MajorType;
System\Formats\Cbor\Reader\CborReader.cs (1)
130var nextByte = new CborInitialByte(_data.Span[_offset]);
System\Formats\Cbor\Reader\CborReader.PeekState.cs (1)
59var initialByte = new CborInitialByte(_data.Span[_offset]);
System\Formats\Cbor\Reader\CborReader.String.cs (1)
471var header = new CborInitialByte(buffer[0]);
System\Formats\Cbor\Writer\CborWriter.cs (1)
139CborInitialByte initialByte = new CborInitialByte(encodedValue[0]);