2 writes to _lastReadLabel
Microsoft.AspNetCore.Identity (2)
Passkeys\Ctap2CborReader.cs (2)
45
_lastReadLabel
= ReadInt32();
54
_lastReadLabel
= null;
2 references to _lastReadLabel
Microsoft.AspNetCore.Identity (2)
Passkeys\Ctap2CborReader.cs (2)
37
if (
_lastReadLabel
is null)
48
if (expectedLabel !=
_lastReadLabel
.Value)