2 writes to _inUse
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2011_inUse = true; 2018_inUse = false;
5 references to _inUse
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
2009Debug.Assert(!_inUse); 2016Debug.Assert(_inUse); 2034Debug.Assert(_inUse); 2069if (!_inUse && !_disposed) 2077Debug.Assert(_inUse);