1 write to _evictionContext
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
107
_evictionContext
= new SocketsHttpConnectionEvictionContext(
2 references to _evictionContext
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
261
Debug.Assert(
_evictionContext
is not null);
273
if (await _pool.Settings._shouldEvictConnection(
_evictionContext
, _connectionDisposalCts.Token).ConfigureAwait(false))