4 references to Count
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\Hpack\DynamicHPackEncoder.cs (1)
207
return index == -1 ? -1 : index - Head.Before!.Index + 1 + H2StaticTable.
Count
;
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];