1 write to _cleaningTimer
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
101
_cleaningTimer
= new Timer(static s =>
5 references to _cleaningTimer
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
339
if (
_cleaningTimer
== null)
451
_cleaningTimer
?.Dispose();
463
/// <summary>Sets <see cref="
_cleaningTimer
"/> and <see cref="_timerIsRunning"/> based on the specified timeout.</summary>
466
if (
_cleaningTimer
!.Change(timeout, Timeout.InfiniteTimeSpan))
475
Debug.Assert(
_cleaningTimer
!= null);