3 writes to _head
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\RequestQueue.cs (3)
29_head = 0; 58MoveNext(ref _head); 109_head = 0;
8 references to _head
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\RequestQueue.cs (8)
52int head = _head; 77queueItem = _array[_head]; 97if (_head < _tail) 99Array.Copy(_array, _head, newArray, 0, _size); 103Array.Copy(_array, _head, newArray, 0, _array.Length - _head); 104Array.Copy(_array, 0, newArray, _array.Length - _head, _tail); 169int index = _head + _attemptedConnectionsOffset;