2 references to s_staticTable
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs (2)
46public static int Count => s_staticTable.Length; 51public static ref readonly HeaderField Get(int index) => ref s_staticTable[index];