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