3 writes to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
87_cleanPoolTimeout = TimeSpan.FromSeconds(DefaultScavengeSeconds); 94_cleanPoolTimeout = timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds); 105_cleanPoolTimeout = TimeSpan.FromSeconds(MaxEvictionIntervalSeconds);
3 references to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
103if (_cleanPoolTimeout.TotalSeconds > MaxEvictionIntervalSeconds) 390SetCleaningTimer(_cleanPoolTimeout); 535SetCleaningTimer(!_pools.IsEmpty ? _cleanPoolTimeout : Timeout.InfiniteTimeSpan);