5 references to Decode
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
742
_headerHandler.QpackDecoder.
Decode
(http3WithPayload.PayloadSequence, endHeaders: true, this);
759
_headerHandler.QpackDecoder.
Decode
(http3WithPayload.PayloadSequence, endHeaders: true, this);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
820
QPackDecoder.
Decode
(payload, endHeaders, handler: this);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
742
_headerHandler.QpackDecoder.
Decode
(http3WithPayload.PayloadSequence, endHeaders: true, this);
759
_headerHandler.QpackDecoder.
Decode
(http3WithPayload.PayloadSequence, endHeaders: true, this);