1 instantiation of MruCrlCache
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
28
private static readonly MruCrlCache s_crlCache =
new
();
3 references to MruCrlCache
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (3)
28
private static readonly
MruCrlCache
s_crlCache = new();
736
private readonly
MruCrlCache
_owner;
738
internal GCWatcher(
MruCrlCache
owner)