3 writes to _nextDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
224_ocspExpiration = _nextDownload = DateTimeOffset.MaxValue; 319_nextDownload = nextCheckA < nextCheckB ? nextCheckA : nextCheckB; 342_nextDownload = DateTimeOffset.UtcNow.Add(RefreshAfterFailureBackOffInterval);
3 references to _nextDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
157if (now > _nextDownload) 322NetEventSource.Info(this, $"Received {ret.Length} B OCSP response, Expiration: {_ocspExpiration}, Next refresh: {_nextDownload}"); 345NetEventSource.Info(this, $"OCSP response fetch failed, backing off, Next refresh = {_nextDownload}");