2 writes to _count
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
74
_count
++;
109
_count
--;
6 references to _count
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (6)
21
public int Count =>
_count
;
31
if (index >=
_count
)
83
int headCount = Math.Min(_buffer.Length - _removeIndex,
_count
);
84
int tailCount =
_count
- headCount;
91
_insertIndex =
_count
;
103
while (
_count
> 0 && _maxSize - _size < available)