2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
904
_disposed
= true;
974
_disposed
= true;
12 references to _disposed
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
899
if (
_disposed
)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (2)
132
_http11RequestQueueIsEmptyAndNotDisposed = _http11RequestQueue.Count == 0 && !
_disposed
;
208
if (
_disposed
)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (2)
419
else if (
_disposed
)
455
Debug.Assert(
_disposed
);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
424
else if (
_disposed
)
463
Debug.Assert(
_disposed
);
680
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);
731
if (
_disposed
)
826
if (
_disposed
)
859
if (
_disposed
)
905
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);