2 writes to _certs
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertCollectionLoader.cs (2)
17_certs = certs; 30List<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();