2 writes to _certs
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (2)
33_certs = certs; 40_certs = null;
6 references to _certs
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
82foreach (X509Certificate2 cert in _certs!)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (5)
77if (_certs!.Count == 0) 82return _certs[0].RawData; 91Debug.Assert(_certs != null); 92certCount = _certs.Count; 127foreach (X509Certificate2 cert in _certs!)