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