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