1 write to _disposed
System.Net.Http (1)
System\Net\Http\HttpMessageInvoker.cs (1)
127
_disposed
= true;
3 references to _disposed
System.Net.Http (3)
System\Net\Http\HttpMessageInvoker.cs (3)
39
ObjectDisposedException.ThrowIf(
_disposed
, this);
71
ObjectDisposedException.ThrowIf(
_disposed
, this);
125
if (disposing && !
_disposed
)