2 writes to _count
http2cat (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
104
_count
++;
126
_count
--;
9 references to _count
http2cat (9)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (9)
23
public int Count =>
_count
;
33
if (index >=
_count
)
73
if (
_count
== _buffer.Length)
76
Debug.Assert(
_count
+ 1 <= maxCapacity);
80
Debug.Assert(newBufferSize >
_count
);
84
int headCount = Math.Min(_buffer.Length - _removeIndex,
_count
);
85
int tailCount =
_count
- headCount;
92
_insertIndex =
_count
;
120
while (
_count
> 0 && _maxSize - _size < available)