1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
100
if (!Interlocked.Exchange(ref
_disposed
, true))
4 references to _disposed
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
875
if (
_disposed
)
2066
if (!_inUse && !
_disposed
)
2105
Debug.Assert(!
_disposed
, "Connection should not be disposed.");
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
38
return connection != null && !connection.
_disposed
;