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