2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
1028
_disposed
= true;
1109
_disposed
= true;
12 references to _disposed
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
1023
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)
440
else if (
_disposed
)
476
Debug.Assert(
_disposed
);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
419
else if (
_disposed
)
457
Debug.Assert(
_disposed
);
674
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);
725
if (
_disposed
)
819
if (
_disposed
)
852
if (
_disposed
)
898
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);