2 writes to _lazyNotBefore
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
40_lazyNotBefore = DateTime.MinValue; 624notBefore = _lazyNotBefore = Pal.NotBefore;
1 reference to _lazyNotBefore
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
620DateTime notBefore = _lazyNotBefore;