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