13 references to _headerValue
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (13)
src\Shared\test\Shared.Tests\runtime\Http3\QPackDecoderTest.cs (13)
87.Concat(_headerValue) 102.Concat(_headerValue) 155.Concat(_headerValue) 185.Concat(_headerValue) 200.Concat(_headerValue) 216.Concat(_headerValue) 232.Concat(_headerValue) 236_decoder.Decode(encoded[..^_headerValue.Length], endHeaders: false, handler: _handler); 237_decoder.Decode(encoded[^_headerValue.Length..], endHeaders: true, handler: _handler); 248.Concat(_headerValue) 252_decoder.Decode(encoded[..^(_headerValue.Length - 1)], endHeaders: false, handler: _handler); 253_decoder.Decode(encoded[^(_headerValue.Length - 1)..], endHeaders: true, handler: _handler); 264.Concat(_headerValue)