1 write to _disposed
System.Net.Http (1)
System\Net\Http\DelegatingHandler.cs (1)
65
_disposed
= true;
3 references to _disposed
System.Net.Http (3)
System\Net\Http\DelegatingHandler.cs (3)
63
if (disposing && !
_disposed
)
74
ObjectDisposedException.ThrowIf(
_disposed
, this);
84
ObjectDisposedException.ThrowIf(
_disposed
, this);