2 writes to _shouldEvictConnection
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131_shouldEvictConnection = _shouldEvictConnection,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
460_settings._shouldEvictConnection = value;
7 references to _shouldEvictConnection
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
1091if (_poolManager.Settings._shouldEvictConnection is not null)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (3)
96if (_pool.Settings._shouldEvictConnection is not null) 259Debug.Assert(_pool.Settings._shouldEvictConnection is not null); 273if (await _pool.Settings._shouldEvictConnection(_evictionContext, _connectionDisposalCts.Token).ConfigureAwait(false))
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
100if (settings._shouldEvictConnection is not null)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131_shouldEvictConnection = _shouldEvictConnection,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
456get => _settings._shouldEvictConnection;