1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
507
_disposed
= true;
4 references to _disposed
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (4)
29
ObjectDisposedException.ThrowIf(
_disposed
, this);
505
if (disposing && !
_disposed
)
598
ObjectDisposedException.ThrowIf(
_disposed
, this);
617
ObjectDisposedException.ThrowIf(
_disposed
, this);