2 writes to _certs
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (2)
28_certs = certs; 35_certs = null;
6 references to _certs
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
66foreach (X509Certificate2 cert in _certs!)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (5)
81if (_certs!.Count == 0) 86return _certs[0].RawData; 114Debug.Assert(_certs is not null); 117for (int i = _certs.Count - 1; i >= 0; i--) 119X509Certificate2 cert = _certs[i];