6 references to IndefiniteLengthBreakByte
System.Formats.Cbor (6)
System\Formats\Cbor\Reader\CborReader.cs (2)
139
if (nextByte.InitialByte == CborInitialByte.
IndefiniteLengthBreakByte
||
168
if (result.InitialByte != CborInitialByte.
IndefiniteLengthBreakByte
)
System\Formats\Cbor\Reader\CborReader.PeekState.cs (1)
61
if (initialByte.InitialByte == CborInitialByte.
IndefiniteLengthBreakByte
)
System\Formats\Cbor\Reader\CborReader.String.cs (2)
455
while (nextInitialByte.InitialByte != CborInitialByte.
IndefiniteLengthBreakByte
)
473
if (header.InitialByte != CborInitialByte.
IndefiniteLengthBreakByte
&& header.MajorType != expectedType)
System\Formats\Cbor\Writer\CborWriter.cs (1)
417
_buffer[_offset++] = CborInitialByte.
IndefiniteLengthBreakByte
;