4 writes to _count
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (4)
517
_count
= 0;
544
_count
++;
674
_count
= 0;
692
_count
= count;
4 references to _count
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (4)
514
if (
_count
< 0)
542
if (
_count
< MaxItems)
665
countStart =
_count
;
695
countEnd =
_count
;