2 writes to _inUse
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2036_inUse = true; 2043_inUse = false;
5 references to _inUse
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
2034Debug.Assert(!_inUse); 2041Debug.Assert(_inUse); 2059Debug.Assert(_inUse); 2094if (!_inUse && !_disposed) 2102Debug.Assert(_inUse);