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