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)
1091
if (_poolManager.Settings.
_shouldEvictConnection
is not null)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (3)
96
if (_pool.Settings.
_shouldEvictConnection
is not null)
259
Debug.Assert(_pool.Settings.
_shouldEvictConnection
is not null);
273
if (await _pool.Settings.
_shouldEvictConnection
(_evictionContext, _connectionDisposalCts.Token).ConfigureAwait(false))
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
100
if (settings.
_shouldEvictConnection
is not null)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131
_shouldEvictConnection =
_shouldEvictConnection
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
456
get => _settings.
_shouldEvictConnection
;