9 references to _codes
System.Security.Cryptography (9)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (9)
1430internal bool HasOverflow => _codes[2] < 0; 1433_codes[0] != 0 || _codes[1] != 0 || _codes[2] != 0; 1438_codes[bucket] |= bitValue; 1444_codes[bucket] &= ~bitValue; 1450return (_codes[bucket] & bitValue) != 0; 1621while (_lastBucket < BucketCount && _collection._codes[_lastBucket] == 0) 1633int val = _collection._codes[_lastBucket];