2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
908
_disposed
= true;
978
_disposed
= true;
12 references to _disposed
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
903
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)
417
else if (
_disposed
)
455
Debug.Assert(
_disposed
);
672
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);
723
if (
_disposed
)
818
if (
_disposed
)
851
if (
_disposed
)
897
Debug.Assert(_authorityExpireTimer != null ||
_disposed
);