2 references to TwoByteLengthMask
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
55value = serializedShort - TwoByteLengthMask; 163if (BinaryPrimitives.TryWriteUInt16BigEndian(buffer, (ushort)((uint)longToEncode | TwoByteLengthMask)))