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