2 references to Encode
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\QPackHeaderWriter.cs (2)
44bool done = Encode(headersEnumerator, buffer.Slice(statusCodeLength + 2), throwIfNoneEncoded: false, ref totalHeaderSize, out int headersLength); 52return Encode(headersEnumerator, buffer, throwIfNoneEncoded: true, ref totalHeaderSize, out length);