4 references to GetByteCount
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3FrameWriter.cs (3)
135length += VariableLengthIntegerHelper.GetByteCount((long)setting.Parameter); 136length += VariableLengthIntegerHelper.GetByteCount(setting.Value); 241var length = VariableLengthIntegerHelper.GetByteCount(id);
src\Shared\runtime\Http3\Frames\Http3Frame.cs (1)
43Debug.Assert(VariableLengthIntegerHelper.GetByteCount((long)frameType) == 1, $"{nameof(TryWriteFrameEnvelope)} assumes {nameof(frameType)} will fit within a single byte varint.");