2 writes to _inUse
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2010_inUse = true; 2017_inUse = false;
5 references to _inUse
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
2008Debug.Assert(!_inUse); 2015Debug.Assert(_inUse); 2033Debug.Assert(_inUse); 2068if (!_inUse && !_disposed) 2076Debug.Assert(_inUse);