2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
919
_disposed
= true;
989
_disposed
= true;
12 references to _disposed
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
914
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)
422
else if (
_disposed
)
461
Debug.Assert(
_disposed
);
674
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);
718
if (
_disposed
)
813
if (
_disposed
)
846
if (
_disposed
)
892
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);