4 writes to _lastBit
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (4)
1600
_lastBit
= -1;
1626
_lastBit
++;
1636
_lastBit
++;
1639
_lastBit
= -1;
5 references to _lastBit
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (5)
1611
if (
_lastBit
== -1)
1629
while (
_lastBit
< 32)
1631
if ((val & (1 <<
_lastBit
)) != 0)
1644
_lastBit
== -1 ?
1646
(Interop.Crypto.X509VerifyStatusCode)(
_lastBit
+ 32 * _lastBucket);