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)
820QPackDecoder.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);