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