3 writes to _size
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\RequestQueue.cs (3)
31_size = 0; 45_size++; 65_size--;
10 references to _size
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\ConnectionPool\RequestQueue.cs (10)
37if (_size == _array.Length) 50Debug.Assert(_size > 0); 71if (_size == 0) 95if (_size != 0) 99Array.Copy(_array, _head, newArray, 0, _size); 110_tail = _size; 167Debug.Assert(_attemptedConnectionsOffset < _size, $"{_attemptedConnectionsOffset} < {_size}"); 180public int Count => _size; 182public int RequestsWithoutAConnectionAttempt => _size - _attemptedConnectionsOffset;