2 writes to _lazyNotAfter
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
40_lazyNotAfter = DateTime.MinValue; 627notAfter = _lazyNotAfter = Pal.NotAfter;
1 reference to _lazyNotAfter
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
623DateTime notAfter = _lazyNotAfter;