2 references to FourByteLengthMask
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
63
value = serializedInt -
FourByteLengthMask
;
171
if (BinaryPrimitives.TryWriteUInt32BigEndian(buffer, (uint)longToEncode |
FourByteLengthMask
))