6 references to IndefiniteLengthBreakByte
System.Formats.Cbor (6)
System\Formats\Cbor\Reader\CborReader.cs (2)
171
if (nextByte.InitialByte == CborInitialByte.
IndefiniteLengthBreakByte
||
200
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)
459
while (nextInitialByte.InitialByte != CborInitialByte.
IndefiniteLengthBreakByte
)
477
if (header.InitialByte != CborInitialByte.
IndefiniteLengthBreakByte
&& header.MajorType != expectedType)
System\Formats\Cbor\Writer\CborWriter.cs (1)
469
_buffer[_offset++] = CborInitialByte.
IndefiniteLengthBreakByte
;