1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
100
if (!Interlocked.Exchange(ref
_disposed
, true))
2 references to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
875
if (
_disposed
)
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
38
return connection != null && !connection.
_disposed
;