23 references to _headerValue
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (23)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (23)
133
.Concat(
_headerValue
)
187
.Concat(
_headerValue
)
198
.Concat(
_headerValue
)
230
.Concat(
_headerValue
)
263
.Concat(
_headerValue
)
274
.Concat(
_headerValue
)
311
.Concat(
_headerValue
)
322
.Concat(
_headerValue
)
380
.Concat(
_headerValue
)
413
.Concat(
_headerValue
)
424
.Concat(
_headerValue
)
437
.Concat(
_headerValue
)
472
.Concat(
_headerValue
)
508
.Concat(
_headerValue
)
523
.Concat(
_headerValue
)
539
.Concat(
_headerValue
)
555
.Concat(
_headerValue
)
558
_decoder.Decode(encoded[..^
_headerValue
.Length], endHeaders: false, handler: _handler);
559
_decoder.Decode(encoded[^
_headerValue
.Length..], endHeaders: true, handler: _handler);
571
.Concat(
_headerValue
)
574
_decoder.Decode(encoded[..^(
_headerValue
.Length - 1)], endHeaders: false, handler: _handler);
575
_decoder.Decode(encoded[^(
_headerValue
.Length - 1)..], endHeaders: true, handler: _handler);
587
.Concat(
_headerValue
)