1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
506
_disposed
= true;
4 references to _disposed
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (4)
28
ObjectDisposedException.ThrowIf(
_disposed
, this);
504
if (disposing && !
_disposed
)
594
ObjectDisposedException.ThrowIf(
_disposed
, this);
613
ObjectDisposedException.ThrowIf(
_disposed
, this);