2 references to _headerValueBytes
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http3\QPackDecoderTest.cs (2)
51private static readonly byte[] _headerValue = new byte[] { (byte)_headerValueBytes.Length } 52.Concat(_headerValueBytes)