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