5 references to EndMap
Microsoft.AspNetCore.Identity (1)
Passkeys\AttestationObject.cs (1)
73
while (reader.PeekState() != CborReaderState.
EndMap
)
System.Formats.Cbor (3)
System\Formats\Cbor\Reader\CborReader.PeekState.cs (2)
36
case CborMajorType.Map: return CborReaderState.
EndMap
;
80
case CborMajorType.Map when _itemsRead % 2 == 0: return CborReaderState.
EndMap
;
System\Formats\Cbor\Reader\CborReader.SkipValue.cs (1)
131
case CborReaderState.
EndMap
:
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
302
if (state == CborReaderState.
EndMap
)