1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
582
_disposed
= true;
4 references to _disposed
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (4)
33
ObjectDisposedException.ThrowIf(
_disposed
, this);
580
if (disposing && !
_disposed
)
661
ObjectDisposedException.ThrowIf(
_disposed
, this);
680
ObjectDisposedException.ThrowIf(
_disposed
, this);