1 write to _disposed
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
100if (!Interlocked.Exchange(ref _disposed, true))
4 references to _disposed
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
875if (_disposed) 2066if (!_inUse && !_disposed) 2105Debug.Assert(!_disposed, "Connection should not be disposed.");
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
38return connection != null && !connection._disposed;