2 references to FourByteLimit
Interop.FunctionalTests (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
169else if (longToEncode <= FourByteLimit) 205value <= FourByteLimit ? 4 :