2 references to EightByteLengthMask
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
72value = (long)(serializedLong - EightByteLengthMask); 179if (BinaryPrimitives.TryWriteUInt64BigEndian(buffer, (ulong)longToEncode | EightByteLengthMask))