3 references to Count
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (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];