2 writes to _certAndKeys
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
223
_certAndKeys
= ArrayPool<CertAndKey>.Shared.Rent(bagState.CertCount);
407
_certAndKeys
= null!;
7 references to _certAndKeys
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (7)
238
_certAndKeys
[_certCount].Cert = pal;
332
ICertificatePalCore cert =
_certAndKeys
[certBagIdx].Cert!;
390
_certAndKeys
[certBagIdx].Key = key;
400
_certAndKeys
[certBagIdx].Key = _keys[matchingKeyIdx];
406
CertAndKey[] ret =
_certAndKeys
;
539
if (
_certAndKeys
is not null)
541
Free(
_certAndKeys
, _certCount);