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