2 writes to _nextFlushTicks
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\FailedProxyCache.cs (2)
96if (_failedProxies.Count > LargeProxyConfigBoundary && Environment.TickCount64 >= Interlocked.Read(ref _nextFlushTicks)) 136Interlocked.Exchange(ref _nextFlushTicks, Environment.TickCount64 + FlushFailuresTimerInMilliseconds);