2 writes to _certs
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertCollectionLoader.cs (2)
17
_certs
= certs;
30
List<ICertificatePal>? localCerts = Interlocked.Exchange(ref
_certs
, null);
1 reference to _certs
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertCollectionLoader.cs (1)
23
_certs
?.DisposeAll();