2 writes to _cleanPoolTimeout
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
84_cleanPoolTimeout = TimeSpan.FromSeconds(DefaultScavengeSeconds); 91_cleanPoolTimeout = timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds);
2 references to _cleanPoolTimeout
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
355SetCleaningTimer(_cleanPoolTimeout); 493SetCleaningTimer(!_pools.IsEmpty ? _cleanPoolTimeout : Timeout.InfiniteTimeSpan);