3 references to Count
http2cat (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
544
if (index <= H2StaticTable.
Count
)
559
if (index <= H2StaticTable.
Count
)
657
return ref _dynamicTable[index - H2StaticTable.
Count
- 1];