1 write to _keys
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
250_keys = ArrayPool<AsymmetricAlgorithm?>.Shared.Rent(bagState.KeyCount);
7 references to _keys
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (7)
303_keys[_keyCount] = key; 354if (_keys[matchingKeyIdx] is null) 400_certAndKeys[certBagIdx].Key = _keys[matchingKeyIdx]; 401_keys[matchingKeyIdx] = null; 544if (_keys is not null) 548_keys[i]?.Dispose(); 551ArrayPool<AsymmetricAlgorithm?>.Shared.Return(_keys, clearArray: true);