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