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