4 references to _headerNameBytes
Microsoft.AspNetCore.Shared.Tests (4)
runtime\Http2\HPackDecoderTest.cs (4)
68private static readonly byte[] _headerName = new byte[] { (byte)_headerNameBytes.Length } 69.Concat(_headerNameBytes) 147_dynamicTable.Insert(_headerNameBytes, _headerValueBytes); 159_dynamicTable.Insert(_headerNameBytes, _headerValueBytes);