1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
100if (!Interlocked.Exchange(ref _disposed, true))
2 references to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
875if (_disposed)
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
38return connection != null && !connection._disposed;