6 references to Count
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (2)
1548
Debug.Assert(index <= H2StaticTable.
Count
);
1556
Debug.Assert(index <= H2StaticTable.
Count
);
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];