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