4 writes to _lastBit
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (4)
1606
_lastBit
= -1;
1632
_lastBit
++;
1642
_lastBit
++;
1645
_lastBit
= -1;
5 references to _lastBit
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (5)
1617
if (
_lastBit
== -1)
1635
while (
_lastBit
< 32)
1637
if ((val & (1 <<
_lastBit
)) != 0)
1650
_lastBit
== -1 ?
1652
(Interop.Crypto.X509VerifyStatusCode)(
_lastBit
+ 32 * _lastBucket);