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)
1617if (_lastBit == -1) 1635while (_lastBit < 32) 1637if ((val & (1 << _lastBit)) != 0) 1650_lastBit == -1 ? 1652(Interop.Crypto.X509VerifyStatusCode)(_lastBit + 32 * _lastBucket);