2 references to FlushFailuresTimerInMilliseconds
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\FailedProxyCache.cs (2)
34private long _nextFlushTicks = Environment.TickCount64 + FlushFailuresTimerInMilliseconds; 136Interlocked.Exchange(ref _nextFlushTicks, Environment.TickCount64 + FlushFailuresTimerInMilliseconds);