3 writes to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
89_cleanPoolTimeout = TimeSpan.FromSeconds(DefaultScavengeSeconds); 96_cleanPoolTimeout = timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds); 107_cleanPoolTimeout = TimeSpan.FromSeconds(MaxEvictionIntervalSeconds);
3 references to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
105if (_cleanPoolTimeout.TotalSeconds > MaxEvictionIntervalSeconds) 394SetCleaningTimer(_cleanPoolTimeout); 541SetCleaningTimer(!_pools.IsEmpty ? _cleanPoolTimeout : Timeout.InfiniteTimeSpan);