2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
895
_disposed
= true;
965
_disposed
= true;
12 references to _disposed
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
890
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)
420
else if (
_disposed
)
456
Debug.Assert(
_disposed
);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
415
else if (
_disposed
)
454
Debug.Assert(
_disposed
);
667
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);
711
if (
_disposed
)
806
if (
_disposed
)
839
if (
_disposed
)
885
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);