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