19 references to PeekInitialByte
System.Formats.Cbor (19)
System\Formats\Cbor\Reader\CborReader.Array.cs (1)
18CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Array);
System\Formats\Cbor\Reader\CborReader.Integer.cs (1)
97CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.NegativeInteger);
System\Formats\Cbor\Reader\CborReader.Map.cs (1)
33CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Map);
System\Formats\Cbor\Reader\CborReader.Simple.cs (5)
24CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple); 65CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple); 109CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple); 134CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple); 159CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple);
System\Formats\Cbor\Reader\CborReader.Simple.netcoreapp.cs (1)
24CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Simple);
System\Formats\Cbor\Reader\CborReader.String.cs (9)
29CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.ByteString); 64CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.ByteString); 106CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.ByteString); 134CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.ByteString); 174CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.TextString); 220CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.TextString); 266CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.TextString); 301CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.TextString); 487CborInitialByte header = PeekInitialByte(expectedType: type);
System\Formats\Cbor\Reader\CborReader.Tag.cs (1)
284CborInitialByte header = PeekInitialByte(expectedType: CborMajorType.Tag);