2 references to Insert
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (1)
53
Insert
(staticTableIndex: null, name, value);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
511
_dynamicTable.
Insert
(_headerStaticIndex, H2StaticTable.Get(_headerStaticIndex - 1).Name, headerValueSpan);