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;
354
if (
_keys
[matchingKeyIdx] is null)
400
_certAndKeys[certBagIdx].Key =
_keys
[matchingKeyIdx];
401
_keys
[matchingKeyIdx] = null;
544
if (
_keys
is not null)
548
_keys
[i]?.Dispose();
551
ArrayPool<AsymmetricAlgorithm?>.Shared.Return(
_keys
, clearArray: true);