1 write to _timerIsRunning
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
468
_timerIsRunning
= timeout != Timeout.InfiniteTimeSpan;
2 references to _timerIsRunning
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
353
if (!
_timerIsRunning
)
463
/// <summary>Sets <see cref="_cleaningTimer"/> and <see cref="
_timerIsRunning
"/> based on the specified timeout.</summary>