2 references to s_staticDecoderTable
IIS.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs (2)
10public static int Count => s_staticDecoderTable.Length; 12public static ref readonly HeaderField Get(int index) => ref s_staticDecoderTable[index];