2 references to s_crlCache
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (2)
87
if (
s_crlCache
.TryGetValueAndUpRef(crlFileName, out CachedCrlEntry? cacheEntry))
136
CachedCrlEntry toAttach =
s_crlCache
.AddOrUpdateAndUpRef(crlFileName, newEntry);